Metadata-Version: 2.1
Name: irc_api
Version: 1.0.1
Summary: An API written in Python to make IRC bots.
Author: Sha-chan
Project-URL: Homepage, https://github.com/Shadow15510/irc_api
Project-URL: Documentation, https://irc-api.readthedocs.io/en/latest/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: doc
License-File: LICENSE

# IRC API
[![Documentation Status](https://readthedocs.org/projects/irc-api/badge/?version=latest)](https://irc-api.readthedocs.io/en/latest/?badge=latest) [![Licence](https://img.shields.io/github/license/Shadow15510/irc_api?color=green)](https://github.com/Shadow15510/irc_api/blob/master/LICENSE)

## Description
IRC API is a small API to make Python IRC bots. This API is based on decorators to make commands like the `cog` module in `discord.py`.

If you encounter any issue feel free to [open one](https://github.com/Shadow15510/irc_api/issues).
A full documentation is available on [readthedocs](https://irc-api.readthedocs.io/en/latest/).

## Installation
To install IRC API, you should use ``pip install irc-api``, check out the [Pypi project page](https://pypi.org/project/irc-api/) for more informations.

## Licence
This project is under GNU General Public Licence v3.0 or later (GPLv3+).
Please see [LICENCE](https://github.com/Shadow15510/irc_api/blob/master/LICENSE) for more informations 
