Metadata-Version: 2.4
Name: irc3
Version: 1.1.12
Summary: plugable irc client library based on asyncio with DCC and SASL support
Author-email: Gael Pasgrimaud <gael@gawel.org>
License: The MIT License (MIT)
        
        Copyright (c) 2016 Gael Pasgrimaud
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the "Software"), to deal in
        the Software without restriction, including without limitation the rights to
        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
        the Software, and to permit persons to whom the Software is furnished to do so,
        subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
        FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
        IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
        CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Project-URL: Homepage, https://github.com/gawel/irc3/
Keywords: irc,dcc,asyncio
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: venusian>=3.0
Requires-Dist: docopt
Provides-Extra: test
Requires-Dist: aiocron; extra == "test"
Requires-Dist: aiohttp; extra == "test"
Requires-Dist: aiohttp-wsgi; extra == "test"
Requires-Dist: feedparser; extra == "test"
Requires-Dist: irc3-plugins-test; extra == "test"
Requires-Dist: pysocks; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-aiohttp; extra == "test"
Requires-Dist: pytest-asyncio<1.0; extra == "test"
Requires-Dist: redis; extra == "test"
Requires-Dist: requests; extra == "test"
Requires-Dist: twitter; extra == "test"
Provides-Extra: web
Requires-Dist: aiohttp; extra == "web"
Requires-Dist: aiohttp-wsgi; extra == "web"
Dynamic: license-file

============================================================
irc3. pluggable irc client library based on python's asyncio
============================================================

.. image:: https://github.com/gawel/irc3/actions/workflows/tox.yml/badge.svg
  :target: https://github.com/gawel/irc3/actions/workflows/tox.yml
.. image:: https://coveralls.io/repos/gawel/irc3/badge.png?branch=master
  :target: https://coveralls.io/r/gawel/irc3?branch=master

A pluggable irc client library based on python's `asyncio
<http://docs.python.org/dev/library/asyncio.html>`_.


.. image:: https://raw.githubusercontent.com/gawel/irc3/master/docs/_static/logo.png
   :width: 100
   :height: 100
   :align: center
   :alt: Ceative Commons – Attribution (CC BY 3.0) - Hydra designed by Huu Nguyen from the Noun Project - http://thenounproject.com/term/hydra/46963/
   :target: http://thenounproject.com/term/hydra/46963/


Requires python 3.11+

Python 2 is no longer supported, but if you don't have a choice you can use
an older version::

    $ pip install "irc3<0.9"

Source: https://github.com/gawel/irc3/

Docs: https://irc3.readthedocs.io/

Irc: irc://irc.freenode.net/irc3 (`www
<https://kiwiirc.com/client/irc.freenode.net/?nick=irc3|?&theme=basic#irc3>`_)


I've spent hours writing this software, with love.
Please consider tipping if you like it:

BTC: 1PruQAwByDndFZ7vTeJhyWefAghaZx9RZg

ETH: 0xb6418036d8E06c60C4D91c17d72Df6e1e5b15CE6

LTC: LY6CdZcDbxnBX9GFBJ45TqVj8NykBBqsmT
