A template for Python web API

July 20, 2022 ยท View on GitHub

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

Contents

  1. 1Pre-requisites
  2. 2Use it