RTLS SDK¶
A Python SDK for the RTLS REST API. Three-step usage:
What you get:
- One method per business workflow — compound flows (e.g.
tags.create(name="X", attached_zone="Z")) hide the multi-call sagas the JS reference client makes you script. - Lazy login, transparent 401 re-auth, redacted DEBUG logging, typed models, and a single exception hierarchy.
- Sync-only for v1 (async surface is on the v2 roadmap).
What next¶
- Browse the Entity catalog — every entity the SDK lets you manipulate, with methods, examples, and model fields on one page each.
- The high-leverage entities for first-time readers: Tags, Reports, Context.
- Cross-cutting concerns: Error handling, Scope switching, Pagination.
- Coming from the JS client? Read migrating from the JS client.
- New here? Start with install then the quickstart.