This template follows the best practices laid out in A Python project checklist
Cookiecutter installed, see how to install Cookiecutter
$ cookiecutter https://github.com/charlax/cookiecutter-python-api
app_package [api]:
description [my awesome API]:
license [Proprietary]:
$ cd api
$ make install
$ make test