文件名称:pushjack:APNS(iOS)和GCM(Android)的推送通知
文件大小:44KB
文件格式:ZIP
更新时间:2024-05-22 13:15:32
Python
千斤顶
推送有关APNS(iOS)和GCM(Android)的通知。
***警告:项目已弃用,不再保留***
链接
项目: :
说明文件: :
PyPi: ://pypi.python.org/pypi/pushjack/
TravisCI: ://travis-ci.org/dgilland/pushjack
快速开始
使用pip安装:
pip install pushjack
无论使用APNS还是GCM ,pushjack都为每个客户端提供客户端。
APNS
使用APNSClient类发送通知:
from pushjack import APNSClient
client = APNSClient ( certificate = '
【文件预览】:
pushjack-master
----setup.py(172B)
----.gitignore(790B)
----requirements.txt(10B)
----pyproject.toml(255B)
----src()
--------pushjack()
----LICENSE.rst(1KB)
----.travis.yml(257B)
----MANIFEST.in(305B)
----setup.cfg(1KB)
----README.rst(5KB)
----tests()
--------__init__.py(0B)
--------test_gcm.py(9KB)
--------test_apns.py(10KB)
--------fixtures.py(4KB)
----AUTHORS.rst(491B)
----CONTRIBUTING.rst(3KB)
----CHANGELOG.rst(9KB)
----docs()
--------install.rst(170B)
--------Makefile(7KB)
--------api.rst(7KB)
--------index.rst(380B)
--------conf.py(6KB)
--------_static()
--------authors.rst(28B)
--------upgrading.rst(6KB)
--------changelog.rst(30B)
--------license.rst(27B)
--------kudos.rst(554B)
--------versioning.rst(501B)
--------contributing.rst(33B)
----tox.ini(3KB)