1
- .. image :: https://travis-ci.org/jpush/jpush-api-python-client.svg?branch=master
2
- :target: https://travis-ci.org/jpush/jpush-api-python-client
3
- .. image :: https://badge.fury.io/gh/jpush%2Fjpush-api-python-client.svg
4
- :target: http://badge.fury.io/gh/jpush%2Fjpush-api-python-client
5
- .. image :: https://badge.fury.io/py/jpush.svg
6
- :target: http://badge.fury.io/py/jpush
7
- .. image :: https://pypip.in/download/jpush/badge.svg
8
- :target: https://pypi.python.org/pypi/jpush/
9
- :alt: Downloads
10
-
11
1
=======================
12
2
JPush API Python Client
13
3
=======================
14
4
15
5
JPush's officially supported Python client library for accessing JPush APIs.
16
6
17
- JPush Rest API Documents: ` http://docs.jpush.io/server/rest_api_v3_push/ < http://docs.jpush.io/server/rest_api_v3_push/ >`_
7
+ JPush Rest API Documents: http://docs.jpush.io/server/rest_api_v3_push/
18
8
19
- You can download the latest release file here: ` Releases < https://github.com/jpush/jpush-api-python-client/releases >`_
9
+ You can download the latest release file here: https://github.com/jpush/jpush-api-python-client/releases
20
10
21
11
------------
22
12
Installation
23
13
------------
24
14
To install jpush-api-python-client, simply:
25
15
26
- .. code-block :: sh
27
-
28
16
$ sudo pip install jpush
29
17
30
18
or alternatively install via easy_install:
31
19
32
- .. code-block :: sh
33
-
34
20
$ sudo easy_install jpush
35
21
36
22
37
23
or from source:
38
24
39
- .. code-block :: sh
40
-
41
25
$ sudo python setup.py install
42
26
43
27
-------
@@ -48,14 +32,12 @@ with Python.
48
32
49
33
To run jpush-api-python-client tests, simply:
50
34
51
- .. code-block :: sh
52
-
53
35
$ nosetests tests/push tests/devices --verbosity=2
54
36
55
37
--------
56
38
Examples
57
39
--------
58
- You can see more examples in ` examples < https://github.com/jpush/jpush-api-python-client/blob/master/examples >`_
40
+ You can see more examples in https://github.com/jpush/jpush-api-python-client/blob/master/examples
59
41
60
42
Simple iOS Push
61
43
---------------
@@ -85,8 +67,3 @@ Questions
85
67
--------
86
68
The best place to ask questions is our community site:
87
69
http://community.jpush.cn/
88
-
89
- --------
90
- Thanks to
91
- --------
92
- `crystal-wei <https://github.com/crystal-wei >`_ for reporting the jpush-api-python-client issues;
0 commit comments