Skip to main content

A library to support the REST API ofmobile push notification server Pushd

Project description

IsCool Entertainment Bellman SDK (Pushd Python SDK)

https://badge.fury.io/py/iscool_e.bellman.png

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('127.0.0.1')
api.create_subscriber('apns', 'token')
api.subscribe('id', 'event_name')
api.send_message('event_name', 'Hello World!')

License

This package is released under the MIT License. Please see LICENSE document for a full description.

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

0.4.1

Release date: 3-Mar-2014

  • Update usage on README file

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iscool_e.bellman-0.4.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page