Metadata-Version: 1.1
Name: FrozenIdea
Version: 3.0.0
Summary: Simple IRC class skelet for quick bot creation.
Home-page: https://github.com/Bystroushaak/FrozenIdea
Author: Bystroushaak
Author-email: bystrousak@kitakitsune.org
License: MIT
Description: Simple, event driven IRC bot class. This class can be used to **quickly** create IRC bots.
        
        Project is currently in development and has some bugs, but it can be (and it is) used.
        
        Example
        -------
        For example, look at the TODObot, where is simple bot used as TODO reminder.
        
        
        Changelog
        =========
        
        3.0.0
        -----
            - Converted to python module.
            - Uploaded to pypy.
            - Renamed from FrozenIdea2 back to FrozenIdea.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Communications
