Metadata-Version: 1.1
Name: python-bada-push
Version: 0.4
Summary: Python module for push messaging service for Samsung Bada.
Home-page: https://bitbucket.org/godickii/python-samsung-bada-push-client
Author: Alexey Goditskiy
Author-email: godickii@gmail.com
License: BSD
Description: python-bada-push
        ================
        
        Python module for push messaging service for Samsung Bada.
        
        Usage
        -----
        
            import bada_push
        
            message = bada_push.send(
                url='https://apnortheast.push.samsungosp.com:8088/spp/pns/api/push',
                app_id='your-app-id',
                app_secret='your-app-secret',
                reg_id='registration-id',
                action='ALERT',
                alert_message='any-alert-message',
                app_data='any-data'
            )
        
            See doc comments for details.
        
        
        Useful links
        ------------
        
        Push Messaging Guide: http://developer.bada.com/article/push-messaging-guide
        
        Error codes: http://developer.bada.com/article/push-messaging-guide#status_codes_messages
        
Keywords: python samsung bada push messaging
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Telephony
Classifier: Topic :: Internet
