Metadata-Version: 2.0
Name: irc-bot
Version: 1.0.7
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
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
Requires-Dist: future

# IRC bot

Just a small library based on asyncore that allows you to quickly create a small IRC bot


