Metadata-Version: 2.1
Name: djangorestframework_simplejwt
Version: 4.6.0
Summary: A minimal JSON Web Token authentication plugin for Django REST Framework
Home-page: https://github.com/SimpleJWT/django-rest-framework-simplejwt
Author: David Sanders
Author-email: davesque@gmail.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.7
License-File: LICENSE.txt
Requires-Dist: django
Requires-Dist: djangorestframework
Requires-Dist: pyjwt
Provides-Extra: test
Requires-Dist: cryptography; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-django; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: tox; extra == "test"
Provides-Extra: lint
Requires-Dist: flake8; extra == "lint"
Requires-Dist: pep8; extra == "lint"
Requires-Dist: isort; extra == "lint"
Provides-Extra: doc
Requires-Dist: Sphinx<2,>=1.6.5; extra == "doc"
Requires-Dist: sphinx_rtd_theme>=0.1.9; extra == "doc"
Provides-Extra: dev
Requires-Dist: bumpversion<1,>=0.5.3; extra == "dev"
Requires-Dist: pytest-watch; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: cryptography; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-django; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pep8; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: Sphinx<2,>=1.6.5; extra == "dev"
Requires-Dist: sphinx_rtd_theme>=0.1.9; extra == "dev"
Requires-Dist: python-jose==3.0.0; extra == "dev"
Provides-Extra: python-jose
Requires-Dist: python-jose==3.0.0; extra == "python-jose"

Simple JWT
==========

.. image:: https://circleci.com/gh/SimpleJWT/django-rest-framework-simplejwt.svg?style=shield
  :target: https://circleci.com/gh/SimpleJWT/django-rest-framework-simplejwt
.. image:: https://codecov.io/gh/SimpleJWT/django-rest-framework-simplejwt/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/SimpleJWT/django-rest-framework-simplejwt
.. image:: https://img.shields.io/pypi/v/djangorestframework-simplejwt.svg
  :target: https://pypi.python.org/pypi/djangorestframework-simplejwt
.. image:: https://img.shields.io/pypi/pyversions/djangorestframework-simplejwt.svg
  :target: https://pypi.python.org/pypi/djangorestframework-simplejwt
.. image:: https://readthedocs.org/projects/django-rest-framework-simplejwt/badge/?version=latest
  :target: https://django-rest-framework-simplejwt.readthedocs.io/en/latest/

Abstract
--------

Simple JWT is a JSON Web Token authentication plugin for the `Django REST
Framework <http://www.django-rest-framework.org/>`__.

For full documentation, visit `django-rest-framework-simplejwt.readthedocs.io
<https://django-rest-framework-simplejwt.readthedocs.io/en/latest/>`__.

Looking for Maintainers
-----------------------

For more information, see `here
<https://github.com/SimpleJWT/django-rest-framework-simplejwt/issues/207>`__.
