Metadata-Version: 2.0
Name: jwt-apns-client
Version: 0.1.0
Summary: APNs client using JWT
Home-page: https://github.com/mobelux/jwt_apns_client
Author: Justin Michalicek
Author-email: justin@mobelux.com
License: MIT license
Keywords: jwt_apns_client
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
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
Requires-Dist: Click (>=6.0)
Requires-Dist: PyJWT (>=1.4.2)
Requires-Dist: cryptography (>=1.5.3)
Requires-Dist: hyper (>=0.7.0)

===============================
JWT APNs Client
===============================


.. image:: https://img.shields.io/pypi/v/jwt_apns_client.svg
        :target: https://pypi.python.org/pypi/jwt_apns_client

.. image:: https://img.shields.io/travis/Mobelux/jwt_apns_client.svg
        :target: https://travis-ci.org/Mobelux/jwt_apns_client

.. image:: https://readthedocs.org/projects/jwt-apns-client/badge/?version=latest
        :target: https://jwt-apns-client.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


APNs client using JWT


* Free software: MIT license
* Documentation: https://jwt-apns-client.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2016-11-17)
------------------

* First release on PyPI.


