Demo of https://github.com/sgraaf/cookiecutter-python-package.
Cookiecutter Python Package Demo is available on PyPI. Install with pip
or your package manager of choice:
pip install cookiecutter-python-package-demo
If you'd like, you can also install Cookiecutter Python Package Demo from source (with flit
):
git clone https://github.com/sgraaf/cookiecutter-python-package-demo.git
cd cookiecutter-python-package-demo
python3 -m pip install flit
flit install
Check out the Cookiecutter Python Package Demo documentation for the User's Guide and API Reference.
Usage instructions go here.