cookiecutter https://github.com/sarugaku/cookiecutter-python-app
We recommend using Pipenv to work with the Pipfile.
Run this inside the project after generation:
pipenv install --dev
All dependencies (including the in-development package itself) are already listed in the generated Pipfile.
Invoke for automation
Add tasks in tasks
directory, and you can run them with pipenv run inv
.