This repo contains a Cookiecutter template for a Python Template Repo. In this blog post, I describe how to create it.
Simply follow these steps to set up your project in minutes:
- Install Cookiecutter
pip install cookiecutter
- Run Cookiecutter to create a new project from the template
cookiecutter gh:chris-clem/python-template-repo
You will be asked for how you want to name the repo, the package, and the script.
The template also comes with a README containing setup instructions.