Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 519 Bytes

File metadata and controls

27 lines (18 loc) · 519 Bytes

python-t-cloud

Python SDK for T-Cloud.

Status: Early development. Not ready for production use.

Quick Start

uv sync              # install dependencies
uv run pytest        # run tests

Development

Requires 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 core

License

Apache-2.0