Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jpush-api-python-client
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
jpush-api-python-client
Commits
d420d823
Commit
d420d823
authored
Jun 28, 2014
by
Javen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release v3.0.1 - Bugfix
parent
430456e2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
README.rst
README.rst
+5
-5
__init__.py
jpush/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
README.rst
View file @
d420d823
===================
JPush Python Client
===================
===================
====
JPush
API
Python Client
===================
====
A Python client for the JPush REST APIs
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
;
You need to install requests, the python http library, to use jpush python client
.
.. code-block:: sh
...
...
jpush/__init__.py
View file @
d420d823
...
...
@@ -2,7 +2,7 @@
from
.core
import
JPush
from
.common
import
JPushFailure
,
Unauthorized
__version__
=
'3.0.
0
'
__version__
=
'3.0.
1
'
VERSION
=
tuple
(
map
(
int
,
__version__
.
split
(
'.'
)))
from
.push
import
(
...
...
setup.py
View file @
d420d823
...
...
@@ -10,7 +10,7 @@ setup(
name
=
'jpush'
,
version
=
__version__
,
description
=
'JPush
\'
s officially supported Python client library'
,
keywords
=
(
'JPush'
,
'JPush API'
),
keywords
=
(
'JPush'
,
'JPush API'
,
'Android Push'
,
'iOS Push'
),
license
=
'MIT License'
,
long_description
=
open
(
"README.rst"
,
"r"
)
.
read
(),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment