Metadata-Version: 2.1 Name: apns2-zero Version: 0.7.2 Summary: A python library for interacting with the Apple Push Notification Service via HTTP/2 protocol Home-page: https://github.com/Pr0Ger/PyAPNs2 Author: Sergey Petrov Author-email: me@pr0ger.prg License: MIT Platform: UNKNOWN Classifier: Development Status :: 4 - Beta Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Topic :: Software Development :: Libraries Requires-Dist: hyper (>=0.7) Requires-Dist: PyJWT (>=1.4.0) Requires-Dist: cryptography (>=1.7.2) Provides-Extra: tests Requires-Dist: freezegun ; extra == 'tests' Requires-Dist: pytest ; extra == 'tests' UNKNOWN