LICENSE
MANIFEST.in
README.md
RELEASE_NOTES.md
VERSION
setup.py
src/dodi/README.md
src/dodi/RELEASE_NOTES.md
src/dodi/VERSION
src/dodi/__init__.py
src/dodi/_operations.py
src/dodi/_respond_with_e_tag.py
src/dodi/_utils.py
src/dodi/_views.py
src/dodi/py.typed
src/dodi/transform.py
src/dodi/urls.py
src/dodi/validator.py
src/dodi.egg-info/PKG-INFO
src/dodi.egg-info/SOURCES.txt
src/dodi.egg-info/dependency_links.txt
src/dodi.egg-info/requires.txt
src/dodi.egg-info/top_level.txt
src/dodi/__pycache__/__init__.cpython-36.pyc
src/dodi/__pycache__/__init__.cpython-39.pyc
src/dodi/__pycache__/_etag_responder.cpython-36.pyc
src/dodi/__pycache__/_etag_responder.cpython-39.pyc
src/dodi/__pycache__/_exceptions.cpython-36.pyc
src/dodi/__pycache__/_operations.cpython-36.pyc
src/dodi/__pycache__/_operations.cpython-39.pyc
src/dodi/__pycache__/_respond_with_e_tag.cpython-39.pyc
src/dodi/__pycache__/_transform.cpython-36.pyc
src/dodi/__pycache__/_utils.cpython-36.pyc
src/dodi/__pycache__/_utils.cpython-39.pyc
src/dodi/__pycache__/_views.cpython-36.pyc
src/dodi/__pycache__/_views.cpython-39.pyc
src/dodi/__pycache__/transform.cpython-36.pyc
src/dodi/__pycache__/transform.cpython-39.pyc
src/dodi/__pycache__/urls.cpython-36.pyc
src/dodi/__pycache__/urls.cpython-39.pyc
src/dodi/__pycache__/validator.cpython-36.pyc
src/dodi/__pycache__/validator.cpython-39.pyc
tests/test_basic.py
tests/test_utils.py
tests/test_view.py