A cookiecutter template for building Python packages. Inspired by Audrey Roy Greenfeld's seminal work on Cookiecutter and the cookiecutter-pypackage template.
- Testing with GH actions
 - Testing with pytest
 - Optional shell entry point powered by Typer.
 - Awesome docs
 
First, get cookiecutter. Trust me, it's awesome:
pip install cookiecutter
TODO finish this section