A Nanobox Build for Python 3 Falcon Applications that leverages admiralobvious's boilerplate.
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.
$ git clone https://github.com/admiralobvious/falcon-boilerplate.git myapp
$ cd myapp
$ nanobox run
$ python run.py
To run the tests:
$ nose2 tests
For Local Development:
From inside a Nanobox terminal:
$ pip install -r dev_requirements.txt