Install¶
The SDK targets Python 3.10+ and depends on httpx and pydantic v2.
From PyPI¶
To pin a specific release:
Verifying the install¶
prints rtls_sdk._client.
Type hints¶
The wheel ships an inline py.typed marker. Type checkers
(mypy --strict, pyright) pick up the package's hints out of the box;
no types-* stub package is required.