CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/simple_django_api.jwt.rst
docs/simple_django_api.rst
docs/usage.rst
simple_django_api/__init__.py
simple_django_api/compat.py
simple_django_api/consts.py
simple_django_api/exceptions.py
simple_django_api/permissions.py
simple_django_api/request.py
simple_django_api/response.py
simple_django_api/views.py
simple_django_api.egg-info/PKG-INFO
simple_django_api.egg-info/SOURCES.txt
simple_django_api.egg-info/dependency_links.txt
simple_django_api.egg-info/requires.txt
simple_django_api.egg-info/top_level.txt
simple_django_api/jwt/__init__.py
simple_django_api/jwt/auth.py
simple_django_api/jwt/consts.py
simple_django_api/jwt/middleware.py
simple_django_api/jwt/settings.py
simple_django_api/utils/__init__.py
simple_django_api/utils/api_base.py
simple_django_api/utils/logging.py
simple_django_api/utils/settings.py
simple_django_api/utils/string.py
tests/__init__.py
tests/conftest.py
tests/test_jwt.py
tests/test_permission.py
tests/demo_app/exceptions.py
tests/demo_app/permissions.py
tests/demo_app/settings.py
tests/demo_app/urls.py
tests/demo_app/views.py
tests/request/django_2x/__init__.py
tests/request/django_2x/test_all.py
tests/request/django_2x/test_data_upload_settings.py
tests/request/django_2x/test_patched_request.py
tests/request/django_3x/__init__.py
tests/request/django_3x/test_accept_header.py
tests/request/django_3x/test_data_upload_settings.py
tests/request/django_3x/test_patched_request.py
tests/request/django_3x/tests.py