The `montecarlodata` library provides a Python client for interacting with the Monte Carlo data observability platform. It allows users to programmatically manage metadata, incidents, and other aspects of their data environment. As of version 0.163.0, it offers a robust API wrapper. The library sees frequent updates, often multiple minor releases per week, indicating active development and continuous improvements.
pip install montecarlodataVerified import paths — ran on the pinned version, not inferred.
This quickstart initializes the Monte Carlo client using API keys sourced from environment variables. It includes a basic check for missing credentials and demonstrates how to instantiate the `MonteCarloClient` to prepare for API interactions. Actual API calls are commented out as they require valid credentials and a configured Monte Carlo environment.
Ensure you are passing `api_key` and `api_secret` directly as keyword arguments to `MonteCarloClient(api_key=..., api_secret=...)`.
Verify that your Monte Carlo API key and secret are correctly set in your environment variables or passed directly to the client, and that they have the necessary permissions for the operations you are performing. Refer to Monte Carlo documentation for key generation.
No dependency data recorded yet.