opentronshttpapiwrapper

repository for extending the Opentrons HTTP API for more straightforward execution

https://github.com/dpersaud/opentronshttpapi_wrapper

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

repository for extending the Opentrons HTTP API for more straightforward execution

Basic Info
  • Host: GitHub
  • Owner: dpersaud
  • License: cc0-1.0
  • Language: Python
  • Default Branch: main
  • Size: 123 KB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 1 year ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

Opentrons HTTP API Wrapper

DOI

Library for extending the Opentrons HTTP API for more straightforward

Allows python scripts to control the Opentrons at runtime as opposed to creating a protocol to be executed on the opentrons robot itself.

Capabilities

  • Create opentrons runs
  • Setup deck layout with both custom and standard labware definitions
  • Move to labware
  • Move to labware wells
  • Aspirate and dispense liquid via opentrons pipettes
  • Move labware within the opentrons flex
  • Control the Opentrons flex gripper

Owner

  • Login: dpersaud
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: opentronsHTTPAPI_wrapper
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Daniel
    family-names: Persaud
    email: da.persaud@mail.utoronto.ca
    affiliation: University of Toronto
    orcid: 'https://orcid.org/0009-0004-9980-2704'
repository-code: 'https://github.com/dpersaud/opentronsHTTPAPI_wrapper'
abstract: >-
  Python wrapper to make it easy to send commands to the
  opentron OT2. It will probably also work for the opentron
  FLEX. 
license: CC0-1.0

GitHub Events

Total
  • Release event: 1
  • Member event: 1
  • Push event: 2
  • Public event: 1
  • Create event: 1
Last Year
  • Release event: 1
  • Member event: 1
  • Push event: 2
  • Public event: 1
  • Create event: 1

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 11 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 2
pypi.org: opentronshttpapiwrapper

Python wrapper for the opentrons http api.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 11 Last month
Rankings
Dependent packages count: 9.6%
Average: 31.9%
Dependent repos count: 54.2%
Maintainers (2)
Last synced: 6 months ago

Dependencies

setup.py pypi
pyproject.toml pypi
  • requests *