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

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.

Awesome Lists containing this project

README

          

cli
===

[![forthebadge](https://forthebadge.com/images/badges/you-didnt-ask-for-this.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](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)