Metadata-Version: 2.0
Name: irc3
Version: 0.8.8
Summary: plugable irc client library based on asyncio
Home-page: https://github.com/gawel/irc3/
Author: Gael Pasgrimaud
Author-email: gael@gawel.org
License: MIT
Keywords: irc asyncio tulip
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Requires-Dist: venusian (>=1.0)
Requires-Dist: docopt
Requires-Dist: trollius
Requires-Dist: futures
Requires-Dist: ipaddress
Requires-Dist: configparser
Requires-Dist: trollius; python_version=="2.7"
Requires-Dist: futures; python_version=="2.7"
Requires-Dist: ipaddress; python_version=="2.7"
Requires-Dist: configparser; python_version=="2.7"
Requires-Dist: trollius; python_version=="3.2"
Requires-Dist: ipaddress; python_version=="3.2"
Requires-Dist: asyncio; python_version=="3.3"
Provides-Extra: test
Requires-Dist: feedparser; extra == 'test'
Requires-Dist: requests; extra == 'test'
Requires-Dist: twitter; extra == 'test'
Requires-Dist: aiocron; extra == 'test'
Requires-Dist: redis; extra == 'test'
Requires-Dist: mock; extra == 'test'
Requires-Dist: pysendfile; extra == 'test'
Provides-Extra: test
Requires-Dist: trollius; python_version=="2.7" and extra == 'test'
Requires-Dist: futures; python_version=="2.7" and extra == 'test'
Requires-Dist: ipaddress; python_version=="2.7" and extra == 'test'
Requires-Dist: configparser; python_version=="2.7" and extra == 'test'
Provides-Extra: test
Requires-Dist: mock; python_version=="3.2" and extra == 'test'
Requires-Dist: pysendfile; python_version=="3.2" and extra == 'test'

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

.. image:: https://travis-ci.org/gawel/irc3.png?branch=master
  :target: https://travis-ci.org/gawel/irc3
.. image:: https://coveralls.io/repos/gawel/irc3/badge.png?branch=master
  :target: https://coveralls.io/r/gawel/irc3?branch=master
.. image:: https://pypip.in/v/irc3/badge.png
   :target: https://crate.io/packages/irc3/
.. image:: https://pypip.in/d/irc3/badge.png
   :target: https://crate.io/packages/irc3/

A plugable 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/


Require python 2.7, 3.2+

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

Docs: https://irc3.readthedocs.org/

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

Twitter: `@python_irc3 <https://twitter.com/python_irc3>`_

You like it ? => https://www.gittip.com/gawel/



