CHANGELOG.md
LICENSE
MANIFEST.in
README.md
VERSION
pyproject.toml
setup.py
docs/PYPI_PUBLISHING.md
docs/README.md
docs/v1.1.0-PLAN.md
docs/api/CLI_REFERENCE.md
docs/api/CONFIGURATION.md
docs/architecture/ARCHITECTURE.md
docs/guides/AUTHENTICATION.md
docs/guides/CIRCUIT_BREAKER.md
docs/guides/CORS.md
docs/guides/DEVELOPMENT.md
docs/guides/HEADERS.md
docs/guides/HEALTH_CHECKS.md
docs/guides/PROVIDERS.md
docs/guides/QUICKSTART.md
docs/guides/RATE_LIMITING.md
docs/guides/TRANSFORMATIONS.md
examples/authentication-test.yaml
examples/circuit-breaker-example.yaml
examples/cors-example.yaml
examples/gateway-config.yaml
examples/headers-test.yaml
examples/health-checks-example.yaml
examples/rate-limiting-test.yaml
examples/output/apisix.json
examples/output/envoy.yaml
examples/output/kong.yaml
examples/output/traefik.yaml
gal/__init__.py
gal/config.py
gal/manager.py
gal/provider.py
gal/providers/__init__.py
gal/providers/apisix.py
gal/providers/envoy.py
gal/providers/kong.py
gal/providers/traefik.py
gal_gateway.egg-info/PKG-INFO
gal_gateway.egg-info/SOURCES.txt
gal_gateway.egg-info/dependency_links.txt
gal_gateway.egg-info/entry_points.txt
gal_gateway.egg-info/not-zip-safe
gal_gateway.egg-info/requires.txt
gal_gateway.egg-info/top_level.txt
tests/test_authentication.py
tests/test_circuit_breaker.py
tests/test_cli.py
tests/test_config.py
tests/test_cors.py
tests/test_e2e.py
tests/test_headers.py
tests/test_health_checks.py
tests/test_manager.py
tests/test_providers.py
tests/test_rate_limiting.py