Cookiecutter template for a Python package.
- GitHub repo: https://github.com/kipyin/pyproject-boilerplate
- Free software: MIT license
Poetry
package management- Testing setup with
pytest
Tox
testing: Setup to easily test for Python 3.6, 3.7, 3.8, 3.9- Commandline interface using
Click
(optional)
Install the latest Cookiecutter if you haven't installed it yet (this requires Cookiecutter 1.4.0 or higher):
pip install -U cookiecutter
Generate a Python package project:
cookiecutter https://github.com/kipyin/pyproject-boilerplate