Metadata-Version: 2.0
Name: ios-notification
Version: 0.0.4
Summary: A Django plugin for Apple Notification Service
Home-page: https://github.com/nnsnodnb/django-ios-notifications
Author: nnsnodnb
Author-email: ahr63_gej@me.com
License: MIT
Download-URL: https://github.com/nnsnodnb/django-ios-notifications/tarball/master
Keywords: django ios push notification apple apns
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Django (==1.11.1)
Requires-Dist: appdirs (==1.4.3)
Requires-Dist: packaging (==16.8)
Requires-Dist: pyparsing (==2.2.0)
Requires-Dist: pytz (==2017.2)
Requires-Dist: six (==1.10.0)

django-ios-notifications
========================

.. image:: https://travis-ci.org/nnsnodnb/django-ios-notifications.svg?branch=master
    :target: https://travis-ci.org/nnsnodnb/django-ios-notifications
.. image:: https://coveralls.io/repos/github/nnsnodnb/django-ios-notifications/badge.svg?branch=master
    :target: https://coveralls.io/github/nnsnodnb/django-ios-notifications?branch=master
.. image:: https://badge.fury.io/py/ios-notification.svg
    :target: https://pypi.python.org/pypi/ios-notification
.. image:: https://img.shields.io/pypi/pyversions/ios-notification.svg
   :target: https://pypi.python.org/pypi/ios-notification
.. image:: https://img.shields.io/pypi/status/ios-notification.svg
   :target: https://pypi.python.org/pypi/ios-notification
.. image:: https://img.shields.io/pypi/wheel/ios-notification.svg
   :target: https://pypi.python.org/pypi/ios-notification
.. image:: https://img.shields.io/pypi/format/ios-notification.svg
   :target: https://pypi.python.org/pypi/ios-notification
.. image:: https://img.shields.io/pypi/implementation/ios-notification.svg
   :target: https://pypi.python.org/pypi/ios-notification
.. image:: https://img.shields.io/pypi/l/ios-notification.svg
   :target: https://pypi.python.org/pypi/ios-notification

A Django plugin for Apple Notification Service

Author
------

nnsnodnb

LICENSE
-------

MIT License


