Python project cookiecutter

In order to make it easier and faster than it is usually to create a new library or CLI Python project I have created this cookiecutter; see the README.md file in the linked repository for details on how to use it.

The cookiecutter uses:

  1. hatch for Python package and virtual environments management.
  2. uv for Python package management.
  3. ruff for linting and formatting.
  4. mypy for type checking.
  5. pylint for linting.
  6. pytest for testing.
  7. pyupgrade for upgrading to newer Python language syntax.
  8. typer and rich for CLI applications.
  9. mkdocs for creating documentation pages.

Examples of toy Python projects created using the cookiecutter are linked below.

  1. Library: .
  2. CLI tool: .
· python, cookiecutter, library, cli, typer