Metadata-Version: 1.1
Name: irc_bot
Version: 1.0.11
Summary: A small library to create an IRC bot. Uses asyncore to ensure compatibility with Python 2.7+.
Home-page: https://github.com/cvium/irc_bot
Author: Claus Vium
Author-email: clausvium@gmail.com
License: MIT
Description: # IRC bot
        
        Just a small library based on asyncore that allows you to quickly create a small IRC bot
        
Keywords: irc,bot
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
