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 requests
To install jpush-api-python-client, simply:
$ sudo pip install jpush
or alternatively install via easy_install:
$ sudo easy_install jpush
or from source:
$ sudo python setup.py install
Details refer to examples
crystal-wei for reporting the jpush-api-python-client issues;