Easy to create your microservice based on Falcon.
Project description
# We are family, we are microservices
## Get Started
mkvirtualenv family
pip install git+git://github.com/daixm/family.git@master
family-createapp helloworld
# 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.tar.gz.
File metadata
- Download URL: family-0.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
695ebd845fdab4f2f51cbea6f4aabc7d80797c0065ab10d902b8e694a245a452
|
|
| MD5 |
1f54ebd986108c6a7d31a49aa80a6342
|
|
| BLAKE2b-256 |
2ae374bb793aed19cfbe8549f290d9aa34dd05edd4d04aa71d9e496320152a09
|