Skip to content

sgraaf/cookiecutter-python-package-demo

Repository files navigation

Cookiecutter Python Package Demo

PyPI Supported Python Versions pre-commit.ci status Test Documentation Status PyPI - License

Demo of https://github.com/sgraaf/cookiecutter-python-package.

Installation

From PyPI

Cookiecutter Python Package Demo is available on PyPI. Install with pip or your package manager of choice:

pip install cookiecutter-python-package-demo

From source

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

Documentation

Check out the Cookiecutter Python Package Demo documentation for the User's Guide and API Reference.

Usage

Usage instructions go here.