cookiecutter-pypackage is one of possibly hundreds out there and I invite you to have a look at them if this one doesn’t meet your requirements. So why yet another cookiecutter template for Python packages?
More often than not achieving consistency across all your code projects is difficult when you don’t have a boilerplace you can easily replicate, but more importantly, a boilerplate that enables you with capabilities to spin multiple testing environments with linting and typings check-ups for different Python versions, locally and on your CI.
Read more