Metadata-Version: 2.1
Name: clicky
Version: 0.3.2
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
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: typing-extensions (>=4.10)
Description-Content-Type: text/markdown

# Clicky

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

## Installation

Clicky is available on PyPI and can be installed with pip. For Click & Slack,
use: 

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

and for Discord use:

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


## 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/
