LICENSE
README.md
pyproject.toml
fastapifromfrictionless/__init__.py
fastapifromfrictionless/_templates.py
fastapifromfrictionless/app.py
fastapifromfrictionless/cli.py
fastapifromfrictionless/database.py
fastapifromfrictionless/load.py
fastapifromfrictionless/logging_config.py
fastapifromfrictionless/model.py
fastapifromfrictionless/scaffolding.py
fastapifromfrictionless/schema_context.py
fastapifromfrictionless/validate.py
fastapifromfrictionless.egg-info/PKG-INFO
fastapifromfrictionless.egg-info/SOURCES.txt
fastapifromfrictionless.egg-info/dependency_links.txt
fastapifromfrictionless.egg-info/entry_points.txt
fastapifromfrictionless.egg-info/requires.txt
fastapifromfrictionless.egg-info/top_level.txt
fastapifromfrictionless/runtime/__init__.py
fastapifromfrictionless/runtime/excel.py
fastapifromfrictionless/runtime/http.py
fastapifromfrictionless/runtime/sync.py
fastapifromfrictionless/templates/app_header.py.jinja2
fastapifromfrictionless/templates/database.py.jinja2
fastapifromfrictionless/templates/endpoint_block.py.jinja2
fastapifromfrictionless/templates/model_block.py.jinja2
fastapifromfrictionless/templates/models_header.py.jinja2
tests/test_app_generator.py
tests/test_bulk_endpoint.py
tests/test_cli.py
tests/test_database_generator.py
tests/test_dump_to_excel.py
tests/test_logging_config.py
tests/test_models_generator.py
tests/test_schema_context.py
tests/test_security_and_background.py
tests/test_validate.py