.gitignore
.gitlab-ci.yml
.travis.yml
README.md
docs/apis/tags/default_api.md
docs/components/security_schemes/security_scheme_api_key.md
docs/components/security_schemes/security_scheme_bearer_test.md
docs/components/security_schemes/security_scheme_http_basic_test.md
docs/paths/path_with_no_explicit_security/get.md
docs/paths/path_with_one_explicit_security/get.md
docs/paths/path_with_security_from_root/get.md
docs/paths/path_with_two_explicit_security/get.md
docs/servers/server_0.md
git_push.sh
migration_2_0_0.md
migration_3_0_0.md
migration_other_python_generators.md
pyproject.toml
src/this_package/__init__.py
src/this_package/api_client.py
src/this_package/api_response.py
src/this_package/apis/__init__.py
src/this_package/apis/path_to_api.py
src/this_package/apis/paths/__init__.py
src/this_package/apis/paths/path_with_no_explicit_security.py
src/this_package/apis/paths/path_with_one_explicit_security.py
src/this_package/apis/paths/path_with_security_from_root.py
src/this_package/apis/paths/path_with_two_explicit_security.py
src/this_package/apis/tag_to_api.py
src/this_package/apis/tags/__init__.py
src/this_package/apis/tags/default_api.py
src/this_package/components/schemas/__init__.py
src/this_package/components/security_schemes/__init__.py
src/this_package/components/security_schemes/security_scheme_api_key.py
src/this_package/components/security_schemes/security_scheme_bearer_test.py
src/this_package/components/security_schemes/security_scheme_http_basic_test.py
src/this_package/configurations/__init__.py
src/this_package/configurations/api_configuration.py
src/this_package/configurations/schema_configuration.py
src/this_package/exceptions.py
src/this_package/paths/__init__.py
src/this_package/paths/path_with_no_explicit_security/__init__.py
src/this_package/paths/path_with_no_explicit_security/get/__init__.py
src/this_package/paths/path_with_no_explicit_security/get/operation.py
src/this_package/paths/path_with_no_explicit_security/get/responses/__init__.py
src/this_package/paths/path_with_no_explicit_security/get/responses/response_200/__init__.py
src/this_package/paths/path_with_one_explicit_security/__init__.py
src/this_package/paths/path_with_one_explicit_security/get/__init__.py
src/this_package/paths/path_with_one_explicit_security/get/operation.py
src/this_package/paths/path_with_one_explicit_security/get/responses/__init__.py
src/this_package/paths/path_with_one_explicit_security/get/responses/response_200/__init__.py
src/this_package/paths/path_with_one_explicit_security/get/security/__init__.py
src/this_package/paths/path_with_one_explicit_security/get/security/security_requirement_object_0.py
src/this_package/paths/path_with_security_from_root/__init__.py
src/this_package/paths/path_with_security_from_root/get/__init__.py
src/this_package/paths/path_with_security_from_root/get/operation.py
src/this_package/paths/path_with_security_from_root/get/responses/__init__.py
src/this_package/paths/path_with_security_from_root/get/responses/response_200/__init__.py
src/this_package/paths/path_with_two_explicit_security/__init__.py
src/this_package/paths/path_with_two_explicit_security/get/__init__.py
src/this_package/paths/path_with_two_explicit_security/get/operation.py
src/this_package/paths/path_with_two_explicit_security/get/responses/__init__.py
src/this_package/paths/path_with_two_explicit_security/get/responses/response_200/__init__.py
src/this_package/paths/path_with_two_explicit_security/get/security/__init__.py
src/this_package/paths/path_with_two_explicit_security/get/security/security_requirement_object_0.py
src/this_package/paths/path_with_two_explicit_security/get/security/security_requirement_object_1.py
src/this_package/py.typed
src/this_package/rest.py
src/this_package/schemas/__init__.py
src/this_package/schemas/format.py
src/this_package/schemas/original_immutabledict.py
src/this_package/schemas/schema.py
src/this_package/schemas/schemas.py
src/this_package/schemas/validation.py
src/this_package/security/__init__.py
src/this_package/security/security_requirement_object_0.py
src/this_package/security/security_requirement_object_1.py
src/this_package/security/security_requirement_object_2.py
src/this_package/security/security_requirement_object_3.py
src/this_package/security_schemes.py
src/this_package/server.py
src/this_package/servers/__init__.py
src/this_package/servers/server_0.py
src/this_package/shared_imports/__init__.py
src/this_package/shared_imports/header_imports.py
src/this_package/shared_imports/operation_imports.py
src/this_package/shared_imports/response_imports.py
src/this_package/shared_imports/schema_imports.py
src/this_package/shared_imports/security_scheme_imports.py
src/this_package/shared_imports/server_imports.py
test-requirements.txt
test/__init__.py
test/components/__init__.py
test/components/schema/__init__.py
tox.ini
