A cookiecutter template used to create a new Python project. Inspiration came from these blog posts: Packaging a python library and Rehashing the src layout.
This cookiecutter creates a python project that has the following features:
- Documentation using Sphinx
- Tests using pytest
- A setup.py
- Bumpversion
- Editorconfig
Install pipx
Install Cookiecutter.
$ pipx install cookiecutter.
Now use Cookiecutter to create a new project:
$ cookiecutter https://github.com/mrxcitement/cc-python-pkg.git
Cookiecutter will prompt you for personalized values, providing default values for each.
- https://github.com/nvie/cookiecutter-python-cli
- https://github.com/xuanluong/cookiecutter-python-cli
Licensed under The MIT License.