LICENSE.md
README.md
pyproject.toml
setup.cfg
api_dock/__init__.py
api_dock/cli.py
api_dock/config.py
api_dock/config_discovery.py
api_dock/database_config.py
api_dock/fast_api.py
api_dock/flask_api.py
api_dock/route_mapper.py
api_dock/sql_builder.py
api_dock.egg-info/PKG-INFO
api_dock.egg-info/SOURCES.txt
api_dock.egg-info/dependency_links.txt
api_dock.egg-info/entry_points.txt
api_dock.egg-info/requires.txt
api_dock.egg-info/top_level.txt
config/config.yaml
config/databases/db_example.yaml
config/remotes/remote_with_allowed_routes.yaml
config/remotes/remote_with_custom_mapping.yaml
config/remotes/remote_with_restrictions.yaml
config/remotes/remote_with_wildcards.yaml
tests/test_config_syntax.py
tests/test_curl_fixes.py
tests/test_restrictions.py
tests/test_root_endpoint.py