Metadata-Version: 1.1
Name: FredIRC
Version: 0.1.0
Summary: An easy-to-use, event driven framework for IRC bots.
Home-page: https://worblehat.github.io/FredIRC
Author: Tobias Marquardt
Author-email: tm@tobix.eu
License: BSD
Download-URL: https://github.com/worblehat/FredIRC/archive/v0.1.0.tar.gz
Description: 
        FredIRC
        =======
        FredIRC is an event-driven Python framework for
        `IRC (Internet Relay Chat) <http://en.wikipedia.org/wiki/Internet_Relay_Chat>`_
        bots. It aims to provide a high-level abstraction of
        `IRC's internals <http://tools.ietf.org/search/rfc2812>`_, an easy-to-use API
        and convenient utilities related to bot development.
        
        FredIRC is open source and distributed under terms of the
        `BSD 2-Clause license <http://opensource.org/licenses/BSD-2-Clause>`_.
        
        Links:
        ------
        
        * Releases: https://github.com/worblehat/FredIRC/releases
        * Documentation: https://worblehat.github.io/FredIRC
        * Source code: https://github.com/worblehat/FredIRC
        * Issue tracker: https://github.com/worblehat/FredIRC/issues
        
        Contact:
        --------
        
        Please use the `issue tracker <https://github.com/worblehat/FredIRC/issues>`_
        or contact me via mail (tm[at]tobix[dot]eu).
        
Keywords: irc client library bot framework
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Classifier: Topic :: Software Development :: Libraries :: Python Modules
