LICENSE
README.md
pyproject.toml
src/staticfloww/__init__.py
src/staticfloww/exceptions.py
src/staticfloww.egg-info/PKG-INFO
src/staticfloww.egg-info/SOURCES.txt
src/staticfloww.egg-info/dependency_links.txt
src/staticfloww.egg-info/requires.txt
src/staticfloww.egg-info/top_level.txt
src/staticfloww/core/__init__.py
src/staticfloww/core/auth.py
src/staticfloww/core/engine.py
src/staticfloww/core/gateway.py
src/staticfloww/core/main.py
src/staticfloww/core/proxy.py
src/staticfloww/core/resilience.py
src/staticfloww/core/routing.py
src/staticfloww/middleware/auditing.py
src/staticfloww/schemas/base.py
src/staticfloww/utils/__init__.py
src/staticfloww/utils/helpers.py
src/staticfloww/utils/ts_gen.py
tests/test_auth.py
tests/test_core.py
tests/test_extraction.py
tests/test_fanout.py
tests/test_gateway_e2e.py
tests/test_gateway_factories.py
tests/test_multi_service.py
tests/test_oauth2.py
tests/test_proxy_form.py