Metadata-Version: 1.1
Name: trioyoyo
Version: 1.0.0
Summary: A trio oyoyo port
Home-page: https://github.com/henry232323/aioyoyo
Author: henry232323
Author-email: henry@rhodochrosite.xyz
License: GPL
Description: Trioyoyo
        A port of oyoyo to trio for Python 3.5+
        
        Uses trio 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 Trio Async
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
