Home

Awesome

A template for Python web API

This template follows the best practices laid out in A Python project checklist

Pre-requisites

Cookiecutter installed, see how to install Cookiecutter

Use it

$ cookiecutter https://github.com/charlax/cookiecutter-python-api
app_package [api]:
description [my awesome API]:
license [Proprietary]:
$ cd api
$ make install
$ make test