.gitignore
CODE_OF_CONDUCT.md
LICENSE
README.md
pyproject.toml
./src/lima_api.egg-info/PKG-INFO
./src/lima_api.egg-info/SOURCES.txt
./src/lima_api.egg-info/dependency_links.txt
./src/lima_api.egg-info/entry_points.txt
./src/lima_api.egg-info/requires.txt
./src/lima_api.egg-info/top_level.txt
.github/ISSUE_TEMPLATE/bug-report.yaml
.github/ISSUE_TEMPLATE/feature-request.yaml
.github/workflows/code_testing.yml
.github/workflows/docs.yml
.github/workflows/publish_package.yml
docs/Makefile
docs/make.bat
docs/examples/stapi.py
docs/examples/swagger_petstore.py
docs/source/about.md
docs/source/conf.py
docs/source/exceptions.md
docs/source/index.md
docs/source/migrate.md
docs/source/quickstart.md
docs/source/advance/dynamic_payload.md
docs/source/advance/index.md
docs/source/advance/parameters.md
docs/source/advance/recomendations.md
docs/source/advance/retry_processor.md
docs/source/advance/settings.md
docs/source/advance/usecases/index.md
docs/source/advance/usecases/json_patch.md
docs/source/advance/usecases/opentracing.md
docs/source/advance/usecases/upload_files.md
src/lima_api/__init__.py
src/lima_api/config.py
src/lima_api/constants.py
src/lima_api/core.py
src/lima_api/exceptions.py
src/lima_api/parameters.py
src/lima_api/retry_processors.py
src/lima_api/utils.py
src/lima_api.egg-info/SOURCES.txt
src/lima_api/code_generator/__init__.py
src/lima_api/code_generator/cli_gen.py
src/lima_api/code_generator/main.py
src/lima_api/code_generator/schemas.py
src/lima_api/code_generator/templates.py
src/lima_api/code_generator/utils.py
tests/client.py
tests/test_api.py
tests/test_expections.py
tests/test_parameters.py
tests/test_socket.py
tests/test_tracing.py
tests/resources/calculadora_openapi.json
tests/resources/satellite-passes_openapi.json
tests/resources/examples/v3.0/api-with-examples.json
tests/resources/examples/v3.0/callback-example.json
tests/resources/examples/v3.0/link-example.json
tests/resources/examples/v3.0/petstore-expanded.json
tests/resources/examples/v3.0/petstore.json
tests/resources/examples/v3.0/uspto.json
tests/resources/examples/v3.1/non-oauth-scopes.json
tests/resources/examples/v3.1/webhook-example.json