Metadata-Version: 1.0
Name: notifo
Version: 0.1.0
Summary: Python library for the notifo.com API
Home-page: http://github.com/mrtazz/notifo.py
Author: Daniel Schauenberg
Author-email: d@unwiredcouch.com
License: MIT
Description: ============
        notifo.py
        ============
        
        Introduction
        =============
        notifo.py is a python library for the notifo.com_ notification service.
        
        Installation
        =============
        Install via pip::
        
        pip install notifo
        
        Or if you must::
        
        easy_install notifo
        
        
        Usage
        ======
        notifo.py can be imported into any python module::
        
        import notifo
        
        notifo.send_notification(login, token, recipient, msg, label, title, uri)
        notifo.subscribe_user(login, token, user)
        
        Return data is the parsed json status code::
        
        {u'status': u'success', u'response_code': 2201, u'response_message': u'OK'}
        
        .. _notifo.com: http://notifo.com
        
        
        History
        ========
        
        0.1.0 (2010-06-17)
        -------------------
        * add basic API access
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
