https://github.com/sschleemilch/cookiecutter-python-cli
https://github.com/sschleemilch/cookiecutter-python-cli
cli cookiecutter python python-rich python-uv
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sschleemilch/cookiecutter-python-cli
- Owner: sschleemilch
- Created: 2022-07-20T15:47:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T20:39:37.000Z (6 months ago)
- Last Synced: 2025-01-02T22:24:19.589Z (5 months ago)
- Topics: cli, cookiecutter, python, python-rich, python-uv
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- 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 [mypy](http://mypy-lang.org/) as a checker