JPush's officially supported Python client library for accessing JPush APIs.
You need to install requests, the python http library, to use jpush python client.
$ sudo pip install requestsTo install jpush-api-python-client, simply:
$ sudo pip install jpushor alternatively install via easy_install:
$ sudo easy_install jpushor from source:
$ sudo python setup.py installDetails refer to examples
crystal-wei for reporting the jpush-api-python-client issues;