Skip to main content

Easy to create your microservice based on multiple python frameworks.

Project description

# We are family, we are microservices

## Get Started

pip install family

family-createapp helloworld -f falcon # alternative flask

# then step by step create your project

cd helloworld; tree .

├── development.ini ├── helloworld │   ├── app.py │   ├── __init__.py │   ├── settings.py │   └── wsgi.py ├── helloworld.egg-info │   ├── dependency_links.txt │   ├── entry_points.txt │   ├── PKG-INFO │   ├── SOURCES.txt │   └── top_level.txt ├── __init__.py ├── production.ini ├── requirements.txt └── setup.py

pip install -r requirements.txt; gunicorn –paste development.ini

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

family-0.2.2.tar.gz (6.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page