Metadata-Version: 2.1
Name: irc-api
Version: 1.0.3
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/stable/
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
License-File: LICENSE
Requires-Dist: logging
Provides-Extra: doc
Requires-Dist: sphinx (>=7.0.1) ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Requires-Dist: sphinx-autodocgen ; extra == 'doc'

# 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)
[![Build Status](https://github.com/Shadow15510/irc_api/actions/workflows/python-publish.yml/badge.svg)](https://github.com/Shadow15510/irc_api/actions/workflows/python-publish.yml)

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