cleo 2.1.0
0
Cleo allows you to create beautiful and testable command-line interfaces.
Contents
Cleo allows you to create beautiful and testable command-line interfaces.
Stars: 1270, Watchers: 1270, Forks: 89, Open Issues: 45The python-poetry/cleo
repo was created 10 years ago and the last code push was 4 days ago.
The project is very popular with an impressive 1270 github stars!
How to Install cleo
You can install cleo using pip
pip install cleo
or add it to a project with poetry
poetry add cleo
Package Details
- Author
- Sébastien Eustace
- License
- MIT
- Homepage
- https://github.com/python-poetry/cleo
- PyPi:
- https://pypi.org/project/cleo/
- GitHub Repo:
- https://github.com/sdispater/cleo
Classifiers
- Software Development
- Software Development/Libraries
- Software Development/Libraries/Application Frameworks
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common cleo errors.
Code Examples
Here are some cleo
code examples and snippets.
GitHub Issues
The cleo package has 45 open issues on GitHub
- fix: opts as local var in zsh completion template
opts
should be a local in zsh completion template- Interactive question fails in subcommand (poetry cache clear)
- Accept unknown options (for poetry plugin)
- 0.8.1: not ready for sphinx 4.1.x
- Can't add an option with name
n
- Declare 'coms' and 'opts' as local in zsh completion template
- Cleo isn't PEP 561 compatible package