--- id: montecarlodata version: "0.175.0" license: Apache Software License (Apache 2.0) license_treatment: permissive maintenance: active --- # montecarlodata — Monte Carlo's CLI License: permissive · Maintenance: active · Downloads: 184.6K/mo ## What it is and what it does montecarlodata is the official CLI for Monte Carlo, a data observability platform. It provides a command-line interface to configure authentication, manage integrations, deploy data quality monitors, and interact with the data catalog—all without leaving the terminal. The tool is designed for both interactive use (with guided prompts) and scripted/CI workflows (supporting non-interactive API key or OAuth authentication). The package bundles 13 runtime dependencies including click for CLI scaffolding, boto3 for AWS integration, Jinja2 for templating, and questionary for interactive prompts. It supports Python 3.10 and later and is actively maintained. Primary use cases include setting up Monte Carlo profiles, listing and managing integrations, applying monitor configurations from YAML files, and importing dbt manifests into the Monte Carlo catalog. Use it for: - Configure and validate Monte Carlo authentication in CI/CD pipelines without manual prompts using API key or OAuth credentials. - Deploy data quality monitors in bulk by applying YAML-based monitor configurations to multiple tables and datasets. - Import dbt project metadata into Monte Carlo's catalog to enable lineage tracking and automated quality monitoring. - List and manage active integrations (data sources, warehouses) from the command line for auditing or automation. - Set up multiple named profiles with custom config paths for managing different Monte Carlo environments or teams. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. A command-line interface for interacting with Monte Carlo's data observability platform, enabling configuration, integration management, monitor deployment, and data catalog operations. Yes, if you use Monte Carlo for data observability and need programmatic or scripted access to platform operations. The CLI is actively maintained (released 1 day ago), has low install friction, and integrates well with CI/CD and dbt workflows. No known security vulnerabilities. Apache 2.0 license is permissive. Not relevant if you don't use Monte Carlo or prefer web-only interaction. ## Install pip install montecarlodata uv add montecarlodata poetry add montecarlodata ## Installing montecarlodata Before you install: Low friction install with a pure Python wheel. Actively maintained with a release 1 day old. Requires Python 3.10 or later; 13 runtime dependencies are all well-established packages (boto3, click, Jinja2, requests, etc.), suggesting a stable dependency graph. License in practice: Apache 2.0 permissive license allows commercial and private use with minimal restrictions; suitable for both open-source and proprietary projects. Quickstart: pip install montecarlodata montecarlo configure montecarlo --version montecarlo validate Requires Python 3.10 or greater. MCD_DEFAULT_API_ID and MCD_DEFAULT_API_TOKEN environment variables or interactive configuration are required to authenticate. Verify before relying: - Whether the CLI supports all Monte Carlo platform features or a subset of the full API surface. - Performance characteristics and typical latency for large-scale monitor or integration operations. - Compatibility with specific data warehouse platforms beyond the dbt example shown. ## Package facts - License: Apache Software License (Apache 2.0) (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 184.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags data observability cli, monte carlo command line, data quality monitoring tool, dbt integration cli, data catalog management, api-driven data ops, monitor configuration automation, data-observability, dbt-integration, cli-tool [View on SkillFed](https://skillfed.io/packages/montecarlodata) · [View on PyPI](https://pypi.org/project/montecarlodata/)