Metadata-Version: 1.1
Name: AsyncIRC
Version: 0.0.3
Summary: Dependancy-free Asynchronous IRC Library
Home-page: https://github.com/kageurufu/asyncirc
Author: Franklyn Tackitt
Author-email: franklyn@tackitt.net
License: UNKNOWN
Description: AsyncIRC
        
        Asynchronous multithreaded IRC library
        IRCClient is the core IRC Client library, utilizing `threading.Thread`, `threading.Event`, `queue.Queue`, and
        `socket.socket` in order to provide safely buffered, non-blocking, asynchronous communication with an IRC Server.
        
         By instatiating multiple copies of `IRCClient` you can connect to multiple IRC Servers
        
Platform: UNKNOWN
Classifier: Topic :: System :: Networking
