LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
django_declarative_apis/__init__.py
django_declarative_apis/adapters.py
django_declarative_apis/models.py
django_declarative_apis.egg-info/PKG-INFO
django_declarative_apis.egg-info/SOURCES.txt
django_declarative_apis.egg-info/dependency_links.txt
django_declarative_apis.egg-info/requires.txt
django_declarative_apis.egg-info/top_level.txt
django_declarative_apis/authentication/__init__.py
django_declarative_apis/authentication/errors.py
django_declarative_apis/authentication/oauthlib/__init__.py
django_declarative_apis/authentication/oauthlib/endpoint.py
django_declarative_apis/authentication/oauthlib/oauth1.py
django_declarative_apis/authentication/oauthlib/oauth_errors.py
django_declarative_apis/authentication/oauthlib/request_validator.py
django_declarative_apis/machinery/__init__.py
django_declarative_apis/machinery/attributes.py
django_declarative_apis/machinery/errors.py
django_declarative_apis/machinery/filtering.py
django_declarative_apis/machinery/tasks.py
django_declarative_apis/machinery/utils.py
django_declarative_apis/management/__init__.py
django_declarative_apis/management/commands/__init__.py
django_declarative_apis/management/commands/gendocs.py
django_declarative_apis/migrations/0001_initial.py
django_declarative_apis/migrations/0002_add_consumer_type_field.py
django_declarative_apis/migrations/__init__.py
django_declarative_apis/resources/__init__.py
django_declarative_apis/resources/emitters.py
django_declarative_apis/resources/resource.py
django_declarative_apis/resources/utils.py
tests/__init__.py
tests/filters.py
tests/models.py
tests/settings.py
tests/test_adapters.py
tests/test_filters.py
tests/test_models.py
tests/tests.py
tests/testutils.py
tests/urls.py
tests/views.py
tests/authentication/__init__.py
tests/authentication/test_endpoint.py
tests/authentication/oauthlib/__init__.py
tests/authentication/oauthlib/test_oauth1.py
tests/authentication/oauthlib/test_oauth_errors.py
tests/authentication/oauthlib/test_request_validator.py
tests/machinery/__init__.py
tests/machinery/test_base.py
tests/resources/__init__.py
tests/resources/test_emitters.py
tests/resources/test_resource.py
tests/resources/test_utils.py