Metadata-Version: 2.1
Name: cli3
Version: 1.0.0
Summary: A highly configurable, dynamic, fast, and easy solution to managing a command-line application.
Home-page: https://github.com/imgurbot12/cli
Author: Andrew Scott
Author-email: imgurbot12@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

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 cli
```

## Documentation

More documentation is available in [`./docs`](./docs) or the hosted
documentation site at <https://cli.readthedocs.org>.

## License

See [`LICENSE`](./LICENSE)
