A python library developed to allow programmatic control of the Hudson Robotics systems installed in Argonne National Laboratory's Secure BIO Lab.
Project description
liquidhandling
This repository contains the source code for a python library developed to allow programmatic control of the Hudson Robotics systems installed in Argonne National Laboratory's Secure BIO Lab.
This library is currently in active development. As such, there are no guarantess of API stability, feature completeness, or test coverage. Any code generated by this library should be considered untested, and when run on the physical lab automation systems should be carefully monitored.
Installation
Pip:
pip install liquidhandling
Conda:
conda install -c conda-forge -c luckierdodge liquidhandling
(For development install, see below)
Documentation
Documentation for the interfaces contained in this library can be found in the docs
directory. In addition, example code is available under example
.
Development
Installing For Development/Testing
- Install Python 3.8.5+, making sure to include pip in the install
- Git clone this repository:
git clone https://github.com/AD-SDL/hudson-liquidhandling.git
- Run
pip install -r requirements.txt
in the repository root - Run
pip install -e .
in the repository root
Tests
- Run all:
python -m pytest ./test
in the repo's root directory (or with the last argument adjusted to point to thetest
directory)
Formatting the Code
To automatically format the code for style and readability, run black .
in the repo's root directory. This keeps all python code stylistically consistent.
Recommended Visual Studio Code Extensions
- Better Comments by Aaron Bond
- GitLens by Eric Amodio
- Pylance by Microsoft
- Python by Microsoft
- Visual Studio IntelliCode by Microsoft
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file liquidhandling-0.1.40.tar.gz
.
File metadata
- Download URL: liquidhandling-0.1.40.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/58.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d6269a14ba60e4db96900e4fe46f83a2e334c4d904156bcde90a8055dd2bb34 |
|
MD5 | 5889c7102afae9d315a3ae17b89a086e |
|
BLAKE2b-256 | db650fac3865ed73f8be7730019476498c83dc19b44eb58bd7203184f5a7d8dd |
File details
Details for the file liquidhandling-0.1.40-py3-none-any.whl
.
File metadata
- Download URL: liquidhandling-0.1.40-py3-none-any.whl
- Upload date:
- Size: 22.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/58.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5f5bb14269986e726f2e196715d7479cb64a7c433d3b8a801dd9dbd2206214f |
|
MD5 | 4272b070849c791707dbf0d3d0adcbf9 |
|
BLAKE2b-256 | 0eec8897e8b6d002115f2416560663328fb5f9434d085c5e8e3c0b66407081f7 |