Version: 0.1.0
CookiePowder is a cookiecutter template for Django/Python packages, with tooling and package layout tailored to powderflask's workflow i.e. cookiecutter-pypowder
Distributed under the MIT License.
- pyproject.toml build configuration
- Sphinx and MyST parser build documentation for Read The Docs
- invoke tasks CLI automations
- pip-tools dependency management
- bumpver and semantic versioning
- isort, black, and flake8 opinionated code style / linting
- tox, pytest, and GitHub Actions unit testing and CI
-
Install
cookiecutter:pip install cookiecutter -
Run
cookiecutterwith the repository URL for this template:cookiecutter https://github.com/JacobTumak/CookiePowder -
Follow the prompts to generate your project directory.
This cookiecutter template was heavily based on the official cookiecutter-pypackage.
Technologies and decisions documentation