Commit 8f889534 authored by hupantingxue's avatar hupantingxue

Remove useless file;

parent abae8226
=======================
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;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment