Commit 1d52f6bc authored by Javen's avatar Javen

Update docs.

parent 5a6d34e9
# JPush API Python Client
A Python client library for JPush REST APIs.
## 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 <https://github.com/jpush/jpush-api-python-client/blob/master/examples>`_
# JPush API Python 客户端
## 安装
## 示例
...@@ -15,8 +15,8 @@ setup( ...@@ -15,8 +15,8 @@ setup(
long_description=open("README.rst", "r").read(), long_description=open("README.rst", "r").read(),
url='https://github.com/jpush/jpush-api-python-client', url='https://github.com/jpush/jpush-api-python-client',
author='hupantingxue', author='jpush',
author_email='hupantingxue@126.com', author_email='support@jpush.cn',
packages=['jpush', 'jpush.push'], packages=['jpush', 'jpush.push'],
platforms='any', platforms='any',
......
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