Official Python client for the Wandelbots NOVA platform, enabling interaction with industrial robots via a modern API. Current version 26.3.0, requires Python >=3.9. Active development with frequent releases.
pip install wandelbots-api-clientVerified import paths — ran on the pinned version, not inferred.
Initialize client and perform health check.
Replace old config patterns with `WandelbotsApiClient(base_url=..., token=...)`.
Replace calls to `client.get_robot_poses(robot_id)` with `client.robots.get_current_pose(robot_id)`.
Ensure `NOVA_TOKEN` environment variable is set or pass a valid token.
No dependency data recorded yet.