=======================
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.

.. code-block:: sh

    $ sudo pip install requests 

------------
Installation
------------
To install jpush-api-python-client, simply:

.. code-block:: sh

    $ sudo pip install jpush

or alternatively install via easy_install:

.. code-block:: sh

    $ sudo easy_install jpush


or from source:

.. code-block:: sh

    $ sudo python setup.py install

--------
Examples
--------
Details refer to `examples <https://github.com/jpush/jpush-api-python-client/blob/master/examples>`_

--------
Thanks to
--------
`crystal-wei <https://github.com/crystal-wei>`_ for reporting the jpush-api-python-client issues;
