darkness51 / apns3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APNS3

Build Status Coverage Status

A client library for Apple's APNS v3 HTTP/2 push notification service

Requirements

Python which supports TLSv1.2 is required. This means that only Python 2 version 2.7.11 and higher and Python 3 version 3.4.0 and higher are supported unless you use pyOpenSSL.

To install with pyOpenSSL support:

pip install apns3[pyopenssl]

About

License:MIT License


Languages

Language:Python 84.1%Language:Makefile 8.8%Language:Shell 7.1%