CLAUDE.md
LICENSE
MANIFEST.in
README.md
requirements-build.txt
setup.cfg
setup.py
tox.ini
examples/compatibility_smoke.py
examples/django_apps.py
examples/flask_app.py
examples/plain_python.py
scripts/build-canonical.sh
scripts/verify-runtime.sh
src/oppex_integration_sdk.egg-info/PKG-INFO
src/oppex_integration_sdk.egg-info/SOURCES.txt
src/oppex_integration_sdk.egg-info/dependency_links.txt
src/oppex_integration_sdk.egg-info/not-zip-safe
src/oppex_integration_sdk.egg-info/top_level.txt
src/oppex_sdk/__init__.py
src/oppex_sdk/_compat.py
src/oppex_sdk/_validation.py
src/oppex_sdk/_version.py
src/oppex_sdk/client.py
src/oppex_sdk/exceptions.py
src/oppex_sdk/model.py
src/oppex_sdk/_internal/__init__.py
src/oppex_sdk/_internal/dispatcher.py
src/oppex_sdk/_internal/errors.py
src/oppex_sdk/_internal/http_executor.py
src/oppex_sdk/_internal/json_codec.py
src/oppex_sdk/_internal/lifecycle.py
src/oppex_sdk/_internal/metrics.py
src/oppex_sdk/_internal/retry.py
tests/__init__.py
tests/support.py
tests/test_client.py
tests/test_dispatcher.py
tests/test_http_executor.py
tests/test_json_codec.py
tests/test_lifecycle.py
tests/test_model.py
tests/test_retry.py