Simple framework for building command line applications with multiple commands and subcommands.
Similar to Cleo, but based on the stdlib's argparse module.
- Free / open source software: Apache Software License 2.0
- Documentation: https://cleez.readthedocs.io. (nope!)
-
Provides a simple framework for building command line applications with multiple commands and subcommands.
-
Based on the stdlib's argparse module.
- Supports command options and arguments.
- Supports command arguments validation.
-
ANSI color output.
- Command aliases.
- Command arguments completion.
- Better help messages
Cleez is currently used by several projects:
- Nua - an Open source PaaS and application marketplace
- Abilian Developer Tools -
- (Add yours)
- Click
- Typer
- Clizy
- Mando
- dephell-argparse
This package was created with Cruft and the abilian/cookiecutter-abilian-python project template.