paradime-io
Paradime - Python SDK
What it is and what it does
Paradime-io is a Python SDK that provides programmatic and command-line access to the Paradime data platform. It handles authentication (supporting both modern bearer tokens and legacy API key pairs), abstracts API communication, and includes telemetry to help Paradime track SDK usage across different runtime environments (local, Airflow, GitHub Actions, etc.). The SDK is built on a substantial dependency stack including cloud provider SDKs (AWS, Google Cloud, Azure), data processing libraries (DuckDB, Polars, PyArrow), and orchestration tools (croniter for scheduling, Pydantic for validation).
Developers use it to automate data workflows, trigger jobs, query metadata, and integrate Paradime operations into Python scripts or orchestration frameworks. The CLI mode allows shell-based interaction after setting environment variables or running an interactive login flow. Telemetry is enabled by default but can be disabled via an environment variable.
Use it for:
- Automate dbt runs and data transformations from Python scripts or Airflow DAGs using the Paradime API.
- Query and monitor job status, logs, and metadata from a Python application without manual API calls.
- Integrate Paradime workspace operations into CI/CD pipelines via the CLI with bearer token authentication.
- Build custom data orchestration workflows combining Paradime jobs with local data processing.
- Manage multi-workspace operations using company-level tokens to target different workspaces programmatically.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python SDK for interacting with the Paradime data platform API, supporting both bearer token and legacy API key authentication with CLI and programmatic interfaces.
Yes, with conditions. The SDK is actively maintained, has low install friction, and is popular in the top 15000 on PyPI. However, the unclear license status is a blocker for commercial or compliance-sensitive use—verify the actual license before committing. The Python 3.11 requirement and large dependency footprint are acceptable for most modern environments but may complicate lightweight deployments.
Install
paradime-io on PyPI
pip
pip install paradime-iouv
uv add paradime-iopoetry
poetry add paradime-ioInstalling paradime-io
Before you install
Low install friction with a pure-Python wheel distribution. Actively maintained with a release 1 day old. Requires Python 3.11 or later. Runtime dependency graph is substantial with 25 packages including cloud SDKs and data libraries, but all are standard PyPI packages.
License in practice
License treatment is unclear—no SPDX identifier or raw license text is available in the package metadata. Before installing in a commercial or compliance-sensitive context, verify the actual license terms from the project repository or publisher.
Quickstart
pip install paradime-io
from paradime import Paradime
paradime = Paradime(
api_endpoint="YOUR_ENDPOINT",
api_secret="prdm_wsp_YOUR_TOKEN"
)
# Use paradime client to call API methods
Requires Python 3.11 or later. API credentials (endpoint and token) must be obtained from Paradime workspace settings before instantiation.
Verify before relying
- Specific API methods and capabilities available through the client object are not detailed in the excerpt.
- Whether the 25 runtime dependencies are all required or conditionally installed based on use case.
- Performance characteristics and rate-limiting behavior of the SDK.
- Scope and stability guarantees for the public API surface across versions.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 25 — boto3, click, croniter, dbt-artifacts-parser, duckdb, google-auth, google-cloud-bigquery-datatransfer, google-cloud-dataflow-client, google-cloud-dataproc, google-cloud-datastream, google-cloud-functions, google-cloud-run, msal, numpy, packaging, polars, prompt-toolkit, pyarrow, pydantic, python-dotenv, pyyaml, requests, rich, ruamel-yaml, tenacity |
| Maintenance | actively maintained — 1 days since the last release |
| First released | |
| Downloads | 270,673/month — #8,230 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: paradime_io-6.6.0-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
databricks-sdkProvides Python bindings to all public…
permissive · top 1,000 on PyPI
skyflowA Python SDK for securely integrating with…
unclear · top 15,000 on PyPI
cybrid-api-id-pythonGenerated Python client for the Cybrid Identity…
permissive · top 15,000 on PyPI
coinbase-advanced-pyOfficial Python SDK for the Coinbase Advanced…
permissive · top 15,000 on PyPI
py-clob-client-v2Python client library for placing and managing…
permissive · top 15,000 on PyPI
scalewayProvides Python bindings to interact with…
permissive · top 15,000 on PyPI
aws-bedrock-token-generatorGenerates short-term bearer tokens for AWS…
permissive · top 5,000 on PyPI
xdkA Python SDK for interacting with the X API,…
permissive · top 15,000 on PyPI
azure-identityProvides Microsoft Entra ID token-based…
unclear · top 1,000 on PyPI
rapidataA Python client library for interacting with…
permissive · top 15,000 on PyPI