https://github.com/imgurbot12/cli
A highly configurable, dynamic, fast, and easy solution to managing a command-line application.
https://github.com/imgurbot12/cli
cli command-line framework python python3
Last synced: 7 months ago
JSON representation
A highly configurable, dynamic, fast, and easy solution to managing a command-line application.
- Host: GitHub
- URL: https://github.com/imgurbot12/cli
- Owner: imgurbot12
- License: mit
- Created: 2019-02-13T19:56:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T22:10:36.000Z (over 2 years ago)
- Last Synced: 2025-07-10T19:36:43.091Z (9 months ago)
- Topics: cli, command-line, framework, python, python3
- Language: Python
- Homepage: https://pypi.org/project/cli3/
- Size: 207 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cli
===
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
A highly configurable, dynamic, fast, and easy solution to managing
a command-line application. The goal is to make cli development as simple
and effective as possible for any configuration enabling the developer to
focus on function over form.
Supports Python >= 3.7 and can run asynchronously or synchronously.
This library took heavy initial inspiration by [urfave/cli](https://github.com/urfave/cli)
so credit to them for their work as well.
## Install
```bash
$ pip install cli3
```
## Documentation
More documentation is available in [`./docs`](https://github.com/imgurbot12/cli/tree/master/docs) or the hosted
documentation site at .
## License
See [`LICENSE`](./LICENSE)