--- id: benchling-sdk version: "1.25.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # benchling-sdk — SDK for interacting with the Benchling Platform. License: permissive · Maintenance: active · Downloads: 276.6K/mo ## What it is and what it does benchling-sdk is a Python client library for the Benchling platform, a cloud-based scientific data and workflow management system. It wraps Benchling's REST APIs with type hints and a fluent interface, allowing developers to programmatically interact with laboratory data, experiments, and workflows from Python code. The SDK abstracts away HTTP details and authentication, handling serialization via dataclasses-json and cryptographic operations via jwcrypto. It's designed for Python 3.9+ and maintained actively by Benchling. Typical use cases include automating data ingestion, querying experiment results, and integrating Benchling workflows into larger Python applications or data pipelines. Use it for: - Automate data ingestion and experiment management workflows within Benchling from Python scripts. - Query and retrieve laboratory data programmatically for downstream analysis or reporting. - Integrate Benchling with external tools and databases in a larger scientific data pipeline. - Build custom applications that read or write to Benchling as a backend data store. - Automate repetitive laboratory information management tasks via scheduled Python jobs. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. A typed Python SDK for interacting with the Benchling platform APIs, providing fluent access to Benchling's scientific data and workflow management services. Yes. The SDK is actively maintained, has low install friction, carries a permissive license, and is positioned for developers who need programmatic access to Benchling's platform. It has no known vulnerabilities and supports current Python versions (3.9–3.11). Install it if you're building Python applications that integrate with Benchling; skip it if you only need ad-hoc API access or don't use the Benchling platform. ## Install pip install benchling-sdk uv add benchling-sdk poetry add benchling-sdk ## Installing benchling-sdk Before you install: Low install friction with a pure-wheel distribution. Actively maintained with a recent release. Requires Python 3.9 or later and depends on 11 runtime packages including httpx for HTTP, dataclasses-json for serialization, and jwcrypto for authentication. License in practice: Licensed under Apache-2.0 (permissive), allowing commercial use, modification, and distribution with minimal restrictions—suitable for both open-source and proprietary projects. Quickstart: pip install benchling-sdk import benchling_sdk # Initialize client with API credentials and call Benchling API methods Requires Python 3.9 or later; API credentials from Benchling platform needed for authentication. Verify before relying: - Specific API coverage and completeness relative to the full Benchling API surface. - Real-world performance characteristics under typical workload patterns. - Community adoption and support ecosystem beyond official Benchling support. ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 276.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags benchling api client, benchling python sdk, scientific data platform sdk, laboratory information management, benchling platform integration, typed api wrapper, benchling workflow automation, api-client, scientific-data, laboratory-informatics [View on SkillFed](https://skillfed.io/packages/benchling-sdk) · [View on PyPI](https://pypi.org/project/benchling-sdk/)