Metadata-Version: 1.1
Name: zenircbot-api
Version: 2.2.5
Summary: API for ZenIRCBot
Home-page: http://zenircbot.rtfd.org/
Author: Wraithan (Chris McDonald)
Author-email: xwraithanx@gmail.com
License: Copyright (C) 2011 by Chris McDonald.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Description: Python
        ======
        
        This is in dev currently.
        
        Once it is released you'll be able to do the following::
        
            $ pip install zenircbot_api
        
        And you'll be able to use it like so::
        
            from zenircbot_api import ZenIRCBot
        
        
            client = ZenIRCBot(hostname='redis.server.location', port=6379)
            client.send_privmsg(to='#channel', message='ohai')
        
        Docs are availabe at: http://zenircbot.rtfd.org/
        
        
        .. :changelog:
        
        History
        -------
        
        2.2.5 (2014-02-26)
        ++++++++++++++++++
        
        * Fix pubsub parser to check for proper message type.
        
        
        2.2.4 (2012-06-28)
        ++++++++++++++++++
        
        * added services command
        
        2.2.3 (2012-04-17)
        ++++++++++++++++++
        
        * removed extra ' in library
        
        2.2.2 (2012-04-17)
        ++++++++++++++++++
        
        * Switched to gevent instead of Thread to make killing services easier.
        
        2.2.1 (2012-04-17)
        ++++++++++++++++++
        
        * Add symlink for LICENSE so it includes properly when making the package.
        
        2.2.0 (2012-04-17)
        ++++++++++++++++++
        
        * Add MANIFEST.in
        * Version bump to match major/minor step with ZenIRCBot.
        
        
        2.1.3 (2012-04-11)
        ++++++++++++++++++
        
        * Creating history
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
