Skip to content

yehchilai/apnspy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apnspy

https://travis-ci.org/yehchilai/apnspy.svg?branch=master https://img.shields.io/pypi/v/apnspy.svg?

A Python client for Apple Push Notification service

For more information, please read the document

Quick Start

Use pip to install.

$ pip install apnspy

(Optional) creat a virtual environment and use pip to install

$ virtualenv venv
$ source venv/bin/activate
(venv) $ pip install apnspy

Check if the package is installed.

$ python
>>> from apnspy import APNs
>>>

There should be no ImportError.

About

A Python client for Apple Push Notification service

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages