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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file family-0.2.2.tar.gz.
File metadata
- Download URL: family-0.2.2.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6af8c79db9efc6e10c83cfcd2f1bacc643e4c390a3eacb6ea5605e392cba5196
|
|
| MD5 |
29ce81ccc32777352b6ca5c6ff4c22b1
|
|
| BLAKE2b-256 |
8695af7a39eda394ce6f28d1ddd4b2ab735d8a4491a61a47fa79a62ad4555e92
|