Python SDK for T-Cloud.
Status: Early development. Not ready for production use.
uv sync # install dependencies
uv run pytest # run testsRequires uv and Python 3.11+.
uv sync --group dev # install with dev dependencies
uv run ruff check src/ # lint
uv run mypy src/ # type check
uv run pytest -v # test coreApache-2.0