Metadata-Version: 1.1
Name: aioyoyo
Version: 1.2.2
Summary: An Asyncio oyoyo port
Home-page: https://github.com/henry232323/aioyoyo
Author: henry232323
Author-email: henry@rhodochrosite.xyz
License: GPL
Description: Aioyoyo
        A port of oyoyo to Asyncio for Python 3.5
        
        Uses Asyncio instead of its original threading client. Creating an IRCClient instance will create the protocol instance.
        To start the connection run IRCClient.connect(); (coroutine)
        
        Uses oyoyo from [illuminatedWax](https://github.com/illuminatedwax)'s Pesterchum, slightly modified
        
Keywords: IRC Asyncio
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
