LICENSE
README.md
pyproject.toml
doc/__init__.py
doc/app.py
doc/database.py
doc/models.py
fastapifromfrictionless/__init__.py
fastapifromfrictionless/app.py
fastapifromfrictionless/cli.py
fastapifromfrictionless/database.py
fastapifromfrictionless/load.py
fastapifromfrictionless/logging_config.py
fastapifromfrictionless/model.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/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_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_validate.py