Metadata-Version: 1.1
Name: irckit
Version: 0.1.1
Summary: tinkering with a made-from-scratch irc library in python
Home-page: http://github.com/coleifer/irc/
Author: Charles Leifer
Author-email: coleifer@gmail.com
License: UNKNOWN
Description: irc
        ===
        
        tinkering with a made-from-scratch irc library in python
        
        `documentation <http://irckit.readthedocs.org>`_ hosted on readthedocs.org
        
        
        installing
        ----------
        
        install from github (recommended)::
        
            pip install -e git+git://github.com/coleifer/irc.git#egg=irckit
        
        install using pypi::
        
            pip install irckit
        
        install dependencies::
        
            pip install gevent (for botnet)
            pip install boto (for botnet's EC2 launcher)
            pip install httplib2 (for some of the bots)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
