Metadata-Version: 2.1
Name: django-push-notifications
Version: 3.0.0
Summary: Send push notifications to mobile devices through GCM, APNS or WNS and to WebPush (Chrome, Firefox and Opera) in Django
Home-page: https://github.com/jazzband/django-push-notifications
Download-URL: https://github.com/jazzband/django-push-notifications/tarball/master
Author: Jerome Leclanche
Author-email: jerome@leclan.ch
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: System :: Networking
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: Django (>=2.2)
Provides-Extra: apns
Requires-Dist: apns2 (>=0.3.0) ; extra == 'apns'
Requires-Dist: pywebpush (>=1.3.0) ; extra == 'apns'
Requires-Dist: Django (>=2.2) ; extra == 'apns'
Requires-Dist: importlib-metadata ; (python_version < "3.8") and extra == 'apns'
Provides-Extra: wp
Requires-Dist: pywebpush (>=1.3.0) ; extra == 'wp'

UNKNOWN

