LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
fastapi_autocrud_rishabh/__init__.py
fastapi_autocrud_rishabh/exceptions.py
fastapi_autocrud_rishabh/filters.py
fastapi_autocrud_rishabh/generator.py
fastapi_autocrud_rishabh/pagination.py
fastapi_autocrud_rishabh/permissions.py
fastapi_autocrud_rishabh/router.py
fastapi_autocrud_rishabh/utils.py
fastapi_autocrud_rishabh.egg-info/PKG-INFO
fastapi_autocrud_rishabh.egg-info/SOURCES.txt
fastapi_autocrud_rishabh.egg-info/dependency_links.txt
fastapi_autocrud_rishabh.egg-info/requires.txt
fastapi_autocrud_rishabh.egg-info/top_level.txt
tests/test_crud.py
tests/test_filters.py
tests/test_permissions.py