https://github.com/sschleemilch/cookiecutter-python-cli
https://github.com/sschleemilch/cookiecutter-python-cli
cli cookiecutter python python-rich python-uv
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sschleemilch/cookiecutter-python-cli
- Owner: sschleemilch
- Created: 2022-07-20T15:47:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-06T05:44:35.000Z (6 months ago)
- Last Synced: 2025-11-06T07:16:32.508Z (6 months ago)
- Topics: cli, cookiecutter, python, python-rich, python-uv
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cookiecutter Python Command Line Tool
[Cookiecutter](https://github.com/cookiecutter/cookiecutter) template for a Python package with a visually appealing CLI interface.

## Features
- [uv](https://docs.astral.sh/uv/) as Python packaging and dependency management system
- Command line interface using [click](https://click.palletsprojects.com/en/8.1.x/)
- Beautiful logging, cli helpers and tracebacks using [rich](https://rich.readthedocs.io/) and [rich-click](https://github.com/ewels/rich-click)
- State of the art Python packaging structure with `src` and `tests` assuring portability
- [Pytest](https://docs.pytest.org/en/7.1.x/)
- [Pre-Commit](https://pre-commit.com/) Config to simplify validation at commit time
- Use Typing and [ty](https://docs.astral.sh/ty/) as a checker