Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 887 Bytes

File metadata and controls

46 lines (30 loc) · 887 Bytes

JPush API Python Client

JPush's officially supported Python client library for accessing JPush APIs.

Dependencies

You need to install requests, the python http library, to use jpush python client.

$ sudo pip install requests

Installation

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

Examples

Details refer to examples

Thanks to

crystal-wei for reporting the jpush-api-python-client issues;