MANIFEST.in
README.md
pyproject.toml
oapi_gen.egg-info/PKG-INFO
oapi_gen.egg-info/SOURCES.txt
oapi_gen.egg-info/dependency_links.txt
oapi_gen.egg-info/entry_points.txt
oapi_gen.egg-info/requires.txt
oapi_gen.egg-info/top_level.txt
src/__init__.py
src/__main__.py
src/_version.py
src/errors.py
src/formatter.py
src/generator.py
src/ir.py
src/main.py
src/models.py
src/naming.py
src/parser/__init__.py
src/parser/bodies.py
src/parser/document.py
src/parser/operations.py
src/parser/parameters.py
src/parser/references.py
src/parser/responses.py
src/parser/schemas.py
src/parser/security.py
src/parser/serialization.py
src/parser/streams.py
src/parser/values.py
src/render/__init__.py
src/render/contracts.py
src/render/cookies.py
src/render/inspection.py
src/render/package.py
src/render/router.py
src/render/runtime.py
src/render/security.py
src/render/streams.py
src/render/writer.py
tests/__init__.py
tests/conftest.py
tests/support.py
tests/test_generator.py
tests/test_imports.py
tests/test_multipart.py
tests/test_openapi32.py
tests/test_parameters.py
tests/test_parser.py
tests/test_publish.py
tests/test_responses.py
tests/test_router.py
tests/test_schemas.py
tests/test_security.py
tests/test_snapshots.py
tests/test_starlette.py
tests/test_streams.py
tests/test_version.py
tests/fixtures/advanced.openapi.yaml
tests/fixtures/cats.openapi.yaml
tests/fixtures/security.openapi.yaml
tests/fixtures/streaming.openapi.yaml
tests/snapshots/README.md
tests/snapshots/advanced/.oapi-gen-manifest.json.txt
tests/snapshots/advanced/__init__.py.txt
tests/snapshots/advanced/_cookies.py.txt
tests/snapshots/advanced/_runtime.py.txt
tests/snapshots/advanced/contracts.py.txt
tests/snapshots/advanced/models.py.txt
tests/snapshots/advanced/openapi.json.txt
tests/snapshots/advanced/router.py.txt
tests/snapshots/cats/.oapi-gen-manifest.json.txt
tests/snapshots/cats/__init__.py.txt
tests/snapshots/cats/_runtime.py.txt
tests/snapshots/cats/contracts.py.txt
tests/snapshots/cats/models.py.txt
tests/snapshots/cats/openapi.json.txt
tests/snapshots/cats/router.py.txt
tests/snapshots/streaming/.oapi-gen-manifest.json.txt
tests/snapshots/streaming/__init__.py.txt
tests/snapshots/streaming/_runtime.py.txt
tests/snapshots/streaming/_streams.py.txt
tests/snapshots/streaming/contracts.py.txt
tests/snapshots/streaming/models.py.txt
tests/snapshots/streaming/openapi.json.txt
tests/snapshots/streaming/router.py.txt