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
0cc27c96
Commit
0cc27c96
authored
Oct 23, 2013
by
linbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix API url
parent
020b2d61
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
__init__.py
jpush/__init__.py
+1
-1
client.py
jpush/client.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
jpush/__init__.py
View file @
0cc27c96
from
.client
import
JPushClient
__version__
=
'0.1.
0
'
__version__
=
'0.1.
1
'
VERSION
=
tuple
(
map
(
int
,
__version__
.
split
(
'.'
)))
__all__
=
[
'JPushClient'
]
jpush/client.py
View file @
0cc27c96
...
...
@@ -5,7 +5,7 @@ import hashlib
import
urllib
import
urllib2
API_URL
=
"http://api.jpush.cn:8800/
sendmsg/v2/sendmsg
"
API_URL
=
"http://api.jpush.cn:8800/
v2/push
"
KEY_PARAMS
=
[
"sendno"
,
"app_key"
,
...
...
setup.py
View file @
0cc27c96
...
...
@@ -8,7 +8,7 @@ from jpush import __version__
setup
(
name
=
'jpush'
,
version
=
__version__
,
description
=
'
Python client library for JPush APIs
'
,
description
=
'
JPush
\'
s officially supported Python client library
'
,
keywords
=
(
'JPush'
,
'JPush API'
),
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