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 so credit to them for their work as well.
$ pip install cli3
More documentation is available in ./docs
or the hosted
documentation site at https://cli3.readthedocs.org.
See LICENSE