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:
- hatch for Python package and virtual environments management.
- uv for Python package management.
- ruff for linting and formatting.
- mypy for type checking.
- pylint for linting.
- pytest for testing.
- pyupgrade for upgrading to newer Python language syntax.
- typer and rich for CLI applications.
- mkdocs for creating documentation pages.
Examples of toy Python projects created using the cookiecutter are linked below.
- Library: .
- CLI tool: .