Python client for Google Cloud Messaging (GCM)
Project description
Python client for Google Cloud Messaging (GCM). Check documentation to learn how to use it.
Check the client with similar interface for Apple Push Notification service. This package is based on gcm-client, which was created by Sardar Yumatov.
Requirements
Alternatives
Th only alternative library known at the time of writing was python-gcm. This library differs in the following design decisions:
Predictable execution time. Do not automatically retry request on failure. According to Google’s recommendations, each retry has to wait exponential back-off delay. We use Celery back-end, where the best way to retry after some delay will be scheduling the task with countdown=delay. Sleeping while in Celery worker hurts your concurrency.
Do not forget results if you need to retry. This sounds obvious, but python-gcm drops important results, such as canonical ID mapping if request needs to be (partially) retried.
Clean pythonic API. No need to borrow all Java like exceptions etc.
Do not hard-code validation, let GCM fail. This decision makes library a little bit more future proof.
Support
Please report any bugs or requests through Bitbucket
Todo
Own documentation for gcm-clerk
Attributions for previous work etc.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gcm-clerk-0.1.6.tar.gz
.
File metadata
- Download URL: gcm-clerk-0.1.6.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23d04f4e7f104aa29e873b57a649ab08992f74b21fbe8689d7e9aa1d12b0fe4d |
|
MD5 | eba5994930f65525da06257c66b3cdca |
|
BLAKE2b-256 | afd3cf114d1960232f825ee9efaf4e50f4904a95f2fb282b9f9099bdc246723c |