Python client library for the Arthur AI monitoring platform. Version 1.4.2086, requires Python >=3.12. Actively maintained, weekly releases.
pip install arthur-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client and send a trace to Arthur.
Upgrade Python to 3.12+ or pin an older version (e.g., arthur-client<1.0).
Use from arthur.client.monitoring import MonitoringClient; monitoring_client.send_trace(...)
Set ARTHUR_API_KEY environment variable or pass api_key parameter.