CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/cli.md
examples/quickstart.py
src/updo/__init__.py
src/updo/_transport.py
src/updo/_version.py
src/updo/aio.py
src/updo/cli.py
src/updo/client.py
src/updo/codegen.py
src/updo/config.py
src/updo/errors.py
src/updo/models.py
src/updo/py.typed
src/updo/query.py
src/updo/webhooks.py
src/updo/resources/__init__.py
src/updo/resources/_params.py
src/updo/resources/base.py
src/updo/resources/entities.py
src/updo/resources/records.py
src/updo/resources/webhooks.py
src/updo_sdk.egg-info/PKG-INFO
src/updo_sdk.egg-info/SOURCES.txt
src/updo_sdk.egg-info/dependency_links.txt
src/updo_sdk.egg-info/entry_points.txt
src/updo_sdk.egg-info/requires.txt
src/updo_sdk.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_async.py
tests/test_cli.py
tests/test_client.py
tests/test_codegen.py
tests/test_contract.py
tests/test_errors.py
tests/test_query.py
tests/test_webhooks.py
tests/data/openapi.json
tests/integration/__init__.py
tests/integration/test_live.py