.editorconfig
.gitignore
.readthedocs.yaml
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
requirements.txt
runtests.py
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
docs/Makefile
docs/api.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/performance.rst
docs/readme.rst
docs/requirements.txt
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_templates/page.html
drf_turbo/__init__.py
drf_turbo/cython_metaclass.c
drf_turbo/cython_metaclass.h
drf_turbo/cython_metaclass.pxd
drf_turbo/cython_metaclass.pyx
drf_turbo/exceptions.c
drf_turbo/exceptions.pyx
drf_turbo/fields.c
drf_turbo/fields.pxd
drf_turbo/fields.pyx
drf_turbo/meta.py
drf_turbo/openapi.py
drf_turbo/parsers.c
drf_turbo/parsers.pyx
drf_turbo/renderers.c
drf_turbo/renderers.pyx
drf_turbo/response.c
drf_turbo/response.pyx
drf_turbo/serializer.c
drf_turbo/serializer.pxd
drf_turbo/serializer.pyx
drf_turbo/utils.c
drf_turbo/utils.pyx
drf_turbo.egg-info/PKG-INFO
drf_turbo.egg-info/SOURCES.txt
drf_turbo.egg-info/dependency_links.txt
drf_turbo.egg-info/not-zip-safe
drf_turbo.egg-info/requires.txt
drf_turbo.egg-info/top_level.txt
drf_turbo/templates/docs.html
tests/__init__.py
tests/conftest.py
tests/test_fields.py
tests/test_parsers.py
tests/test_renderers.py
tests/test_response.py
tests/test_serializer.py