Metadata-Version: 1.0
Name: jeeves-framework
Version: 0.1.0
Summary: A Python IRC Bot Framework. Easily create IRC bots with a single command
Home-page: http://procrastinatingdev.com/jeeves/
Author: Adam McKerlie
Author-email: adammckerlie@gmail.com
License: UNKNOWN
Description: Jeeves Framework
        ================
        The Jeeves Framework is a Python IRC library that makes creating and running IRC bots. A few of the core principles were borrowed from `Django <http://djangoproject.com>`_. The basic idea came when I read about Jessamyn Smith's `Talk Balk Bot <https://github.com/jessamynsmith/talkbackbot>`_.
        
        Prerequisites
        +++++++++++++
        
        * `Twisted  <http://twistedmatrix.com/trac/>`_
        
        Usage
        +++++
        The following four commands will get a basic IRC bot up and running. Default plugins are in the works for future releases.
        
        * \`pip install git+git://github.com/silent1mezzo/jeeves-framework.git`
        * \`jeeves-admin.py startbot <name>`
        * \`cd <name>`
        * \`python bot.py runbot`
        
        Upcoming Features
        +++++++++++++++++
        You can check out our `Issues page  <https://github.com/silent1mezzo/jeeves-framework/issues?labels=feature&sort=created&direction=desc&state=open&page=1>`_ for all of the upcoming features.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Natural Language :: English
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
