2026-03-09 19:58:10 +01:00
2025-09-15 08:42:41 +02:00
2026-02-17 22:11:35 +01:00
2026-02-17 22:11:35 +01:00
2026-02-17 21:59:50 +01:00

Python CLI Template

Minimal Cookiecutter template for python CLI tools. Python 3.12+, uv, Typer, ruff, mypy, pytest.

Usage

cruft create git@git.roxautomation.com:sjev/python-cli-template.git
cd your-project
uv sync --frozen --group dev
uv run invoke lint
uv run invoke test

Generated structure

your-project/
├── pyproject.toml
├── tasks.py
├── src/your_package/
│   ├── __init__.py
│   ├── py.typed
│   └── cli.py
└── tests/
    └── test_cli.py

License

MIT

Description
Cookiecutter template for cli projects
Readme MIT 65 KiB
Languages
Shell 66.2%
Python 33.8%