openoligo


Nameopenoligo JSON
Version 0.1.6 PyPI version JSON
download
home_page
SummaryAn open-source platform for programmatically interacting with and managing Nucleic acid sequences synthesis processes.
upload_time2023-07-04 18:44:41
maintainer
docs_urlNone
authorSatyam Tiwary
requires_python>=3.9,<4.0
licenseApache-2.0
keywords dna synthesis genetics open-source
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OpenOligo

[![PyPI version](https://badge.fury.io/py/openoligo.svg)](https://badge.fury.io/py/openoligo)
![Coverage](https://raw.githubusercontent.com/TechnocultureResearch/OpenOligo/dev/.github/coverage.svg)
[![Lint OpenOligo](https://github.com/TechnocultureResearch/OpenOligo/actions/workflows/lint.yaml/badge.svg)](https://github.com/TechnocultureResearch/OpenOligo/actions/workflows/lint.yaml)
[![Test OpenOligo](https://github.com/TechnocultureResearch/OpenOligo/actions/workflows/test.yaml/badge.svg)](https://github.com/TechnocultureResearch/OpenOligo/actions/workflows/test.yaml)

OpenOligo is an open-source platform for programmatically interacting with and managing DNA synthesis processes.

## Getting Started
```sh
pip install openoligo
```

### A simple Example

```py
import asyncio

from openoligo.instrument import Instrument
from openoligo.protocols.dna_synthesis import synthesize
from openoligo.seq import Seq


inst = Instrument()

try:
    asyncio.run(synthesize(inst, Seq("ATCGAAATTTTT")))
except KeyboardInterrupt:
    print("Keyboard interrupt received, exiting...")
```

## Firmware
The firmware for OpenOligo is composed of 
- OpenOligo Library
- API server (part of OpenOligo Library)
- In a minimal linux image ([OligoOS](https://github.com/Technoculture/OligoOs/tree/dev))


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "openoligo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "DNA,synthesis,genetics,open-source",
    "author": "Satyam Tiwary",
    "author_email": "satyam@technoculture.io",
    "download_url": "https://files.pythonhosted.org/packages/8c/de/efd96d1352d9f6797636b9d3547a1fd6fdec7f8d01958420141b6e3553db/openoligo-0.1.6.tar.gz",
    "platform": null,
    "description": "# OpenOligo\n\n[![PyPI version](https://badge.fury.io/py/openoligo.svg)](https://badge.fury.io/py/openoligo)\n![Coverage](https://raw.githubusercontent.com/TechnocultureResearch/OpenOligo/dev/.github/coverage.svg)\n[![Lint OpenOligo](https://github.com/TechnocultureResearch/OpenOligo/actions/workflows/lint.yaml/badge.svg)](https://github.com/TechnocultureResearch/OpenOligo/actions/workflows/lint.yaml)\n[![Test OpenOligo](https://github.com/TechnocultureResearch/OpenOligo/actions/workflows/test.yaml/badge.svg)](https://github.com/TechnocultureResearch/OpenOligo/actions/workflows/test.yaml)\n\nOpenOligo is an open-source platform for programmatically interacting with and managing DNA synthesis processes.\n\n## Getting Started\n```sh\npip install openoligo\n```\n\n### A simple Example\n\n```py\nimport asyncio\n\nfrom openoligo.instrument import Instrument\nfrom openoligo.protocols.dna_synthesis import synthesize\nfrom openoligo.seq import Seq\n\n\ninst = Instrument()\n\ntry:\n    asyncio.run(synthesize(inst, Seq(\"ATCGAAATTTTT\")))\nexcept KeyboardInterrupt:\n    print(\"Keyboard interrupt received, exiting...\")\n```\n\n## Firmware\nThe firmware for OpenOligo is composed of \n- OpenOligo Library\n- API server (part of OpenOligo Library)\n- In a minimal linux image ([OligoOS](https://github.com/Technoculture/OligoOs/tree/dev))\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "An open-source platform for programmatically interacting with and managing Nucleic acid sequences synthesis processes.",
    "version": "0.1.6",
    "project_urls": null,
    "split_keywords": [
        "dna",
        "synthesis",
        "genetics",
        "open-source"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d5f9630fc2791bb57ee9c6bd266c41b18b0e441e263346c3e7027d1374ff5a6",
                "md5": "058e19d9080cf79a1a82dabf1ad28367",
                "sha256": "db82d5311fdf39ef126ee94f64882477478b5b20d6e0a878403f0b6dd051c1a8"
            },
            "downloads": -1,
            "filename": "openoligo-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "058e19d9080cf79a1a82dabf1ad28367",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 23727,
            "upload_time": "2023-07-04T18:44:40",
            "upload_time_iso_8601": "2023-07-04T18:44:40.456019Z",
            "url": "https://files.pythonhosted.org/packages/8d/5f/9630fc2791bb57ee9c6bd266c41b18b0e441e263346c3e7027d1374ff5a6/openoligo-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cdeefd96d1352d9f6797636b9d3547a1fd6fdec7f8d01958420141b6e3553db",
                "md5": "719d2e00c54d1c44f607d6339fed0191",
                "sha256": "bfb633620b2baff9e14ff06b2164cb795a599c81057273dd9be9cee5572d1084"
            },
            "downloads": -1,
            "filename": "openoligo-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "719d2e00c54d1c44f607d6339fed0191",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 17968,
            "upload_time": "2023-07-04T18:44:41",
            "upload_time_iso_8601": "2023-07-04T18:44:41.888591Z",
            "url": "https://files.pythonhosted.org/packages/8c/de/efd96d1352d9f6797636b9d3547a1fd6fdec7f8d01958420141b6e3553db/openoligo-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-04 18:44:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "openoligo"
}
        
Elapsed time: 0.11628s