A Python client for Apple Push Notification service
For more information, please read the document
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 apnspyCheck if the package is installed.
$ python
>>> from apnspy import APNs
>>>There should be no ImportError.