Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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