LICENSE
README.md
pyproject.toml
autorestify/__init__.py
autorestify/main.py
autorestify.egg-info/PKG-INFO
autorestify.egg-info/SOURCES.txt
autorestify.egg-info/dependency_links.txt
autorestify.egg-info/requires.txt
autorestify.egg-info/top_level.txt
autorestify/api/__init__.py
autorestify/api/app_factory.py
autorestify/api/router_factory.py
autorestify/core/__init__.py
autorestify/core/rbac.py
autorestify/core/schema_inference.py
autorestify/core/security.py
autorestify/core/tenant.py
autorestify/storage/__init__.py
autorestify/storage/base.py
autorestify/storage/repository.py
tests/test_auth.py
tests/test_multitenant.py
tests/test_rbac.py
tests/test_routes.py
tests/test_schema.py
tests/test_storage.py