Skip to content

andlarsen/cookiecutter_example

cookiecutter_example

PyPI version

Python Boilerplate contains all the boilerplate you need to create a Python package.

Features

  • TODO

Documentation

Documentation is built with Zensical and deployed to GitHub Pages.

API documentation is auto-generated from docstrings using mkdocstrings.

Docs deploy automatically on push to main via GitHub Actions. To enable this, go to your repo's Settings > Pages and set the source to GitHub Actions.

Development

To set up for local development:

# Clone your fork
git clone git@github.com:your_username/cookiecutter_example.git
cd cookiecutter_example

# Install in editable mode with live updates
uv tool install --editable .

This installs the CLI globally but with live updates - any changes you make to the source code are immediately available when you run cookiecutter_example.

Run tests:

uv run pytest

Run quality checks (format, lint, type check, test):

just qa

Author

cookiecutter_example was created in 2026 by Andreas Larsen.

Built with Cookiecutter and the audreyfeldroy/cookiecutter-pypackage project template.

About

Python Boilerplate contains all the boilerplate you need to create a Python package.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors