Skip to content

captainhurst/falcon-boilerplate

 
 

Repository files navigation

falcon-boilerplate Build Status

A Python 3 boilerplate for the Falcon framework. Uses gunicorn as the WSGI HTTP server and meinheld as the gunicorn worker. It also uses Vyper for 12-factor.

Using

$ git clone https://github.com/admiralobvious/falcon-boilerplate.git myapp
$ cd myapp
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r dev_requirements.txt
$ python run.py

To run the tests:

$ nose2 tests

About

Boilerplate for the Falcon framework https://github.com/falconry/falcon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%