benchling-sdk


Namebenchling-sdk JSON
Version 1.12.0 PyPI version JSON
download
home_pageNone
SummarySDK for interacting with the Benchling Platform.
upload_time2024-04-04 17:58:02
maintainerNone
docs_urlNone
authorBenchling Support
requires_python<4.0,>=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Benchling SDK

A Python 3.8+ SDK for the [Benchling](https://www.benchling.com/) platform designed to provide typed, fluent
interactions with [Benchling APIs](https://docs.benchling.com/reference).

## Installation

Install the dependency via [Poetry](https://python-poetry.org/) (if applicable):

```bash
poetry add benchling-sdk
```
 
Or [Pip](https://pypi.org/project/pip/):
 
```bash
pip install benchling-sdk
```

## Documentation

Documentation for the SDK is kept up-to-date at [docs.benchling.com](https://docs.benchling.com), and you can get started with
it using this guide:
[https://docs.benchling.com/docs/getting-started-with-the-sdk](https://docs.benchling.com/docs/getting-started-with-the-sdk).

## Support

To report issues with using the SDK, contact [support@benchling.com](mailto:support@benchling.com).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "benchling-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Benchling Support",
    "author_email": "support@benchling.com",
    "download_url": "https://files.pythonhosted.org/packages/3a/be/a44e4dd46cf80a2fae3d677a770dfe937b4507dd915d66021fcd42a2e53f/benchling_sdk-1.12.0.tar.gz",
    "platform": null,
    "description": "# Benchling SDK\n\nA Python 3.8+ SDK for the [Benchling](https://www.benchling.com/) platform designed to provide typed, fluent\ninteractions with [Benchling APIs](https://docs.benchling.com/reference).\n\n## Installation\n\nInstall the dependency via [Poetry](https://python-poetry.org/) (if applicable):\n\n```bash\npoetry add benchling-sdk\n```\n \nOr [Pip](https://pypi.org/project/pip/):\n \n```bash\npip install benchling-sdk\n```\n\n## Documentation\n\nDocumentation for the SDK is kept up-to-date at [docs.benchling.com](https://docs.benchling.com), and you can get started with\nit using this guide:\n[https://docs.benchling.com/docs/getting-started-with-the-sdk](https://docs.benchling.com/docs/getting-started-with-the-sdk).\n\n## Support\n\nTo report issues with using the SDK, contact [support@benchling.com](mailto:support@benchling.com).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "SDK for interacting with the Benchling Platform.",
    "version": "1.12.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23c881799ebcdec3f6bab8774b7ab21763718b890a926b917a8475e11e11cea9",
                "md5": "73e47211cbabade9ee19ddd7d13cb0cf",
                "sha256": "9c7de3d0874bdd5a5470c373b876ae22189874f23acb20e71c032ac59687a284"
            },
            "downloads": -1,
            "filename": "benchling_sdk-1.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "73e47211cbabade9ee19ddd7d13cb0cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 212250,
            "upload_time": "2024-04-04T17:57:59",
            "upload_time_iso_8601": "2024-04-04T17:57:59.908167Z",
            "url": "https://files.pythonhosted.org/packages/23/c8/81799ebcdec3f6bab8774b7ab21763718b890a926b917a8475e11e11cea9/benchling_sdk-1.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3abea44e4dd46cf80a2fae3d677a770dfe937b4507dd915d66021fcd42a2e53f",
                "md5": "7e07e9d1c9c8a188c894f706071422bd",
                "sha256": "b335d201dbd5177d4c33336ee512dbae8521f59e3cd9ad437099ada3f99bc815"
            },
            "downloads": -1,
            "filename": "benchling_sdk-1.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7e07e9d1c9c8a188c894f706071422bd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 146990,
            "upload_time": "2024-04-04T17:58:02",
            "upload_time_iso_8601": "2024-04-04T17:58:02.990714Z",
            "url": "https://files.pythonhosted.org/packages/3a/be/a44e4dd46cf80a2fae3d677a770dfe937b4507dd915d66021fcd42a2e53f/benchling_sdk-1.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-04 17:58:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "benchling-sdk"
}
        
Elapsed time: 0.27163s