clicky


Nameclicky JSON
Version 0.3.2 PyPI version JSON
download
home_pageNone
SummaryTurn CLI applications into Slack & Discord bots.
upload_time2024-03-28 18:44:01
maintainerNone
docs_urlNone
authorTyler Kennedy
requires_python<4.0,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "clicky",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tyler Kennedy",
    "author_email": "tk@tkte.ch",
    "download_url": "https://files.pythonhosted.org/packages/f1/b0/1720af50703532f0f2a45bdb5e049b55d95c2f636587401143e43d8d2f8b/clicky-0.3.2.tar.gz",
    "platform": null,
    "description": "# Clicky\n\nClicky is a simple Python tool for taking CLIs written using [click][]\nand exposing them as bots on platforms such as Slack and Discord.\n\n## Installation\n\nClicky is available on PyPI and can be installed with pip. For Click & Slack,\nuse: \n\n```bash\npip install \"clicky[click,slack]\"\n```\n\nand for Discord use:\n\n```bash\npip install \"clicky[click,discord]\"\n```\n\n\n## Usage & Docs\n\nSee the latest release documentation at https://tkte.ch/clicky/.\n\n## License\n\nClicky is licensed under the MIT license. See the [LICENSE](LICENSE) file for\nmore information.\n\n[click]: https://click.palletsprojects.com/",
    "bugtrack_url": null,
    "license": null,
    "summary": "Turn CLI applications into Slack & Discord bots.",
    "version": "0.3.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2a75b5e7d177c7248a7d431f5892f4e2d854014e7e084aa1c612763f4991d5b",
                "md5": "9ae4ecf57993995628e3707338334d96",
                "sha256": "e482bdd7037b17c216844ead559fe6cc6b3902643f4d747c8c9bc4281cc7daa8"
            },
            "downloads": -1,
            "filename": "clicky-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9ae4ecf57993995628e3707338334d96",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 11757,
            "upload_time": "2024-03-28T18:43:59",
            "upload_time_iso_8601": "2024-03-28T18:43:59.069418Z",
            "url": "https://files.pythonhosted.org/packages/d2/a7/5b5e7d177c7248a7d431f5892f4e2d854014e7e084aa1c612763f4991d5b/clicky-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1b01720af50703532f0f2a45bdb5e049b55d95c2f636587401143e43d8d2f8b",
                "md5": "d07d9398b3fb383166af23fe3627c353",
                "sha256": "edbebae205fab21145cdd987963f5fe46db097c4cab9bd98daabb878d87318f3"
            },
            "downloads": -1,
            "filename": "clicky-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d07d9398b3fb383166af23fe3627c353",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 8689,
            "upload_time": "2024-03-28T18:44:01",
            "upload_time_iso_8601": "2024-03-28T18:44:01.039903Z",
            "url": "https://files.pythonhosted.org/packages/f1/b0/1720af50703532f0f2a45bdb5e049b55d95c2f636587401143e43d8d2f8b/clicky-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-28 18:44:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "clicky"
}
        
Elapsed time: 0.24764s