Metadata-Version: 2.1
Name: clicky
Version: 0.1.4
Summary: Turn CLI applications into Slack & Discord bots.
Author: Tyler Kennedy
Author-email: tk@tkte.ch
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# Clicky

Clicky is a straightforward Python tool for taking CLIs written using [click][]
and exposing them as bots on platforms such as Slack.

## Installation

Clicky is available on PyPI and can be installed with pip:

```bash
pip install "clicky[click,slack]"
```

## Usage & Docs

See the latest release documentation at https://tkte.ch/clicky/.

## License

Clicky is licensed under the MIT license. See the [LICENSE](LICENSE) file for
more information.

[click]: https://click.palletsprojects.com/
