.gitignore
.travis.yml
CHANGELOG.md
LICENSE.rst
MANIFEST.in
README.md
codecov.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
drf_yasg_json_api/__init__.py
drf_yasg_json_api/deprecation.py
drf_yasg_json_api/utils.py
drf_yasg_json_api/view_inspectors.py
drf_yasg_json_api.egg-info/PKG-INFO
drf_yasg_json_api.egg-info/SOURCES.txt
drf_yasg_json_api.egg-info/dependency_links.txt
drf_yasg_json_api.egg-info/requires.txt
drf_yasg_json_api.egg-info/top_level.txt
drf_yasg_json_api/inspectors/__init__.py
drf_yasg_json_api/inspectors/field.py
drf_yasg_json_api/inspectors/query.py
drf_yasg_json_api/inspectors/view.py
requirements/base.txt
requirements/ci.txt
requirements/test.txt
tests/__init__.py
tests/base.py
tests/compatibility.py
tests/conftest.py
tests/models.py
tests/test_noop.py
tests/utils.py
tests/test_schema/__init__.py
tests/test_schema/test_get.py
tests/test_schema/test_get_included.py
tests/test_schema/test_post.py
tests/test_schema/test_related_resource_type.py
tests/test_schema/test_rest_api_integration.py