Python client library for the Anomalo API, enabling programmatic management of data quality checks, anomaly detection, and monitoring. Current version 0.41.2 supports Python 3.9+ and is actively maintained with regular releases.
pip install anomaloNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a client with an API key and list all checks.
Update to `Client(api_key='your-key', host='...')` instead of positional or legacy calls.
Always set host as 'https://your-instance.anomalo.com' (with protocol, no trailing slash).
Run `pip install anomalo` and ensure the correct virtual environment is active.
Verify the API key is set correctly: `client = Client(api_key='...')` or via environment variable `ANOMALO_API_KEY`.