Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sschleemilch/cookiecutter-python-cli
https://github.com/sschleemilch/cookiecutter-python-cli
cli cookiecutter python python-poetry python-rich
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sschleemilch/cookiecutter-python-cli
- Owner: sschleemilch
- Created: 2022-07-20T15:47:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T07:09:14.000Z (5 months ago)
- Last Synced: 2024-06-25T08:50:03.636Z (5 months ago)
- Topics: cli, cookiecutter, python, python-poetry, python-rich
- Language: Python
- Homepage:
- Size: 33.2 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.
![image](https://user-images.githubusercontent.com/12069137/224803422-1fbf5702-6d6b-4d84-9864-b2f2f1cf5d22.png)
## Features
* [Poetry](https://python-poetry.org/) 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