LICENSE
README.md
pyproject.toml
example/app.py
fastapi_quickrest.egg-info/PKG-INFO
fastapi_quickrest.egg-info/SOURCES.txt
fastapi_quickrest.egg-info/dependency_links.txt
fastapi_quickrest.egg-info/requires.txt
fastapi_quickrest.egg-info/top_level.txt
quickrest/__init__.py
quickrest/router_factory.py
quickrest/mixins/__init__.py
quickrest/mixins/access_control.py
quickrest/mixins/base.py
quickrest/mixins/create.py
quickrest/mixins/delete.py
quickrest/mixins/errors.py
quickrest/mixins/patch.py
quickrest/mixins/read.py
quickrest/mixins/resource.py
quickrest/mixins/search.py
quickrest/mixins/utils.py
tests/conftest.py
tests/test_create.py
tests/test_delete.py
tests/test_env_resource.py
tests/test_patch.py
tests/test_primary_key.py
tests/test_read.py
tests/test_search.py