Metadata-Version: 1.1
Name: aioyoyo
Version: 1.2.4
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 await IRCClient.connect();
        
        Uses oyoyo from [illuminatedWax](https://github.com/illuminatedwax)'s Pesterchum, slightly modified
        oyoyo is an IRC library for Python, this project makes it completely asynchronous, with event callbacks
        
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 :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
