.gitignore
.travis.yml
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/inspectors.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
requirements/base.txt
requirements/ci.txt
requirements/test.txt
tests/__init__.py
tests/compatibility.py
tests/conftest.py
tests/models.py
tests/test_noop.py
tests/test_serializer_schema.py
tests/utils.py