Cookiecutter to create a template for a python service
Install cookiecutter command line: pip install cookiecutter
Generate a new Cookiecutter template layout: cookiecutter gh:gotche/cookiecutter-python-service
git clone
make install_requirements
make test
This project is licensed under the terms of the MIT License