.flake8
.gitignore
CLAUDE.md
LICENSE
Makefile
README.md
_config.yml
pyproject.toml
tox.ini
.github/workflows/lint-and-pytest.yml
.github/workflows/release.yml
docs/code-standards.md
docs/codebase-summary.md
docs/project-overview-pdr.md
docs/project-roadmap.md
docs/system-architecture.md
examples/aiohttp_test.py
examples/bottle_test.py
examples/falcon_asgi_test.py
examples/falcon_test.py
examples/flask_test.py
examples/quart_test.py
examples/sanic_test.py
examples/starlette_test.py
examples/tornado_test.py
examples/chalice_test/README.md
examples/chalice_test/app.py
examples/chalice_test/.chalice/config.json
examples/conf/test.yaml
examples/conf/test3.yaml
swagger_ui/__init__.py
swagger_ui/_version.py
swagger_ui/core.py
swagger_ui/utils.py
swagger_ui/handlers/__init__.py
swagger_ui/handlers/aiohttp.py
swagger_ui/handlers/bottle.py
swagger_ui/handlers/chalice.py
swagger_ui/handlers/falcon.py
swagger_ui/handlers/flask.py
swagger_ui/handlers/quart.py
swagger_ui/handlers/sanic.py
swagger_ui/handlers/starlette.py
swagger_ui/handlers/tornado.py
swagger_ui/static/LICENSE
swagger_ui/static/favicon-16x16.png
swagger_ui/static/favicon-32x32.png
swagger_ui/static/index.css
swagger_ui/static/oauth2-redirect.html
swagger_ui/static/swagger-editor-bundle.js
swagger_ui/static/swagger-editor-bundle.js.map
swagger_ui/static/swagger-editor-es-bundle-core.js
swagger_ui/static/swagger-editor-es-bundle-core.js.map
swagger_ui/static/swagger-editor-es-bundle.js
swagger_ui/static/swagger-editor-es-bundle.js.map
swagger_ui/static/swagger-editor-standalone-preset.js
swagger_ui/static/swagger-editor-standalone-preset.js.map
swagger_ui/static/swagger-editor.css
swagger_ui/static/swagger-editor.css.map
swagger_ui/static/swagger-editor.js
swagger_ui/static/swagger-editor.js.map
swagger_ui/static/swagger-initializer.js
swagger_ui/static/swagger-ui-bundle.js
swagger_ui/static/swagger-ui-es-bundle-core.js
swagger_ui/static/swagger-ui-es-bundle.js
swagger_ui/static/swagger-ui-standalone-preset.js
swagger_ui/static/swagger-ui.css
swagger_ui/static/swagger-ui.js
swagger_ui/templates/doc.html
swagger_ui/templates/editor.html
swagger_ui_python.egg-info/PKG-INFO
swagger_ui_python.egg-info/SOURCES.txt
swagger_ui_python.egg-info/dependency_links.txt
swagger_ui_python.egg-info/requires.txt
swagger_ui_python.egg-info/top_level.txt
test/__init__.py
test/aiohttp_test.py
test/bottle_test.py
test/chalice_test.py
test/common.py
test/conftest.py
test/falcon_test.py
test/flask_test.py
test/quart_test.py
test/requirements.txt
test/sanic_test.py
test/starlette_test.py
test/tornado_test.py
test/conf/test3.yaml
tools/update.py