pombredanne / falcon-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

$ pytest tests

About

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

License:MIT License


Languages

Language:Python 98.1%Language:Dockerfile 1.9%