.coveragerc
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/django_rest_framework_kong_consumers/__init__.py
src/django_rest_framework_kong_consumers/admin.py
src/django_rest_framework_kong_consumers/apps.py
src/django_rest_framework_kong_consumers/authentication.py
src/django_rest_framework_kong_consumers/functions.py
src/django_rest_framework_kong_consumers/models.py
src/django_rest_framework_kong_consumers/runtests.py
src/django_rest_framework_kong_consumers/serializers.py
src/django_rest_framework_kong_consumers/settings.py
src/django_rest_framework_kong_consumers/urls.py
src/django_rest_framework_kong_consumers/views.py
src/django_rest_framework_kong_consumers.egg-info/PKG-INFO
src/django_rest_framework_kong_consumers.egg-info/SOURCES.txt
src/django_rest_framework_kong_consumers.egg-info/dependency_links.txt
src/django_rest_framework_kong_consumers.egg-info/not-zip-safe
src/django_rest_framework_kong_consumers.egg-info/requires.txt
src/django_rest_framework_kong_consumers.egg-info/top_level.txt
src/django_rest_framework_kong_consumers/migrations/0001_initial.py
src/django_rest_framework_kong_consumers/migrations/__init__.py
src/django_rest_framework_kong_consumers/tests/__init__.py
src/django_rest_framework_kong_consumers/tests/test_settings.py
src/django_rest_framework_kong_consumers/tests/test_views.py
tests/conftest.py
tests/test_skeleton.py