Metadata-Version: 1.1
Name: iscool-e.bellman
Version: 0.4
Summary: A library to support the REST API ofmobile push notification server Pushd
Home-page: https://github.com/IsCoolEntertainment/bellman-sdk
Author: Thomas Ferreira
Author-email: thomas.ferreira@iscool-e.com
License: MIT
Description: IsCool Entertainment Bellman SDK (Pushd Python SDK)
        ===================================================
        .. image:: https://badge.fury.io/py/iscool_e.bellman.png
            :target: http://badge.fury.io/py/iscool_e.bellman
        
        This client library is designed to support the `Pushd API`_.
        
        Pushd is an unified pushd server for server-side notification to mobile native apps, web apps etc. You can read more about Pushd on the link above.
        
        
        Requirements
        ------------
        This library relies on Requests_ since version 0.3.
        
        
        Why Bellman ?
        -------------
        The alert sound when receiving a mobile notification is reminiscent to the officer of the court who made public announcements in the streets, back to the Middle Ages.
        
        
        Usage
        -----
        
        Import the library and instanciate the API class::
        
            from iscool_e.bellman import pushd
            
            api = pushd.API()
            api.createSubscriber('apns', 'token')
            api.subscribe('id', 'event_name')
            api.sendMessage('event_name', 'Hello World!')
        
        
        License
        -------
        
        This package is released under the MIT License.
        Please see LICENSE document for a full description.
        
        .. _`Pushd API`: http://github.com/rs/pushd
        .. _Requests: http://github.com/kennethreitz/requests
        
        
        .. Please see the README.rst for more details
        
        News
        ====
        
        0.1
        ---
        
        *Release date: 27-Jan-2014*
        
        * First release
        
        0.2
        ---
        
        *Release date: 28-Jan-2014*
        
        * Remove custom method getStats and fix github url
        
        0.2.1
        -----
        
        *Release date: 28-Jan-2014*
        
        * Add missing socket import
        
        0.3
        ---
        
        *Release date: 29-Jan-2014*
        
        * Use python Requests
        * Fix batch event subscriptions
        
        0.4
        -----
        
        *Release date: 3-Mar-2014*
        
        * This release breaks compatibility with previous versions:
        * Remove ugly camelcase function names
        
        
Keywords: pushd sdk api python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
