Metadata-Version: 1.1
Name: FredIRC
Version: 0.3.0rc0
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.3.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 provides 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.
        
        | **Requires:** Python 3.3+
        | **License:** `2-clause BSD <http://opensource.org/licenses/BSD-2-Clause>`_
        
        .. warning:: While fully usable, FredIRC is still pre-1.0 software and has no
           backwards compatibility guarantees until the 1.0 release occurs. Please make
           sure to read the changelog carefully anytime you upgrade!
        
        Features
        --------
        
        The main features are:
        
        * Easy-to-use interface for IRC bots
        * Internal event-loop that dispatches high-level IRC events
        * Different kinds of tasks which can be scheduled by the user
        
        Links
        -----
        
        * `Homepage <https://worblehat.github.io/FredIRC>`_
        * `PyPI <https://pypi.python.org/pypi/FredIRC>`_
        * `Changelog <https://worblehat.github.io/FredIRC/history.html>`_
        * `Source Code <https://github.com/worblehat/FredIRC>`_
        * `Issue Tracker <https://github.com/worblehat/FredIRC/issues>`_
        
        
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
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
