# 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
1. Install [Python 3.8.5+](https://www.python.org/downloads/), making sure to include pip in the install
1. Git clone this repository:
1. `git clone https://github.com/AD-SDL/hudson-liquidhandling.git`
1. Run `pip install -r requirements.txt` in the repository root
1. 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 the `test` 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
Raw data
{
"_id": null,
"home_page": "http://github.com/luckierdodge/liquidhandling",
"name": "liquidhandling",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8.5",
"maintainer_email": "",
"keywords": "robotics laboratory automation biology",
"author": "Ryan D. Lewis",
"author_email": "ryan.lewis@anl.gov",
"download_url": "https://files.pythonhosted.org/packages/db/65/0fac3865ed73f8be7730019476498c83dc19b44eb58bd7203184f5a7d8dd/liquidhandling-0.1.40.tar.gz",
"platform": null,
"description": "# liquidhandling\n\nThis 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.\n\nThis 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.\n\n## Installation\n\nPip:\n\n`pip install liquidhandling`\n\nConda:\n\n`conda install -c conda-forge -c luckierdodge liquidhandling`\n\n(For development install, see below)\n\n## Documentation\n\nDocumentation for the interfaces contained in this library can be found in the `docs` directory. In addition, example code is available under `example`.\n\n## Development\n\n### Installing For Development/Testing\n\n1. Install [Python 3.8.5+](https://www.python.org/downloads/), making sure to include pip in the install\n1. Git clone this repository:\n 1. `git clone https://github.com/AD-SDL/hudson-liquidhandling.git`\n1. Run `pip install -r requirements.txt` in the repository root\n1. Run `pip install -e .` in the repository root\n\n### Tests\n\n* Run all: `python -m pytest ./test` in the repo's root directory (or with the last argument adjusted to point to the `test` directory)\n\n### Formatting the Code\n\nTo automatically format the code for style and readability, run `black .` in the repo's root directory. This keeps all python code stylistically consistent.\n\n### Recommended Visual Studio Code Extensions\n\n* Better Comments by Aaron Bond\n* GitLens by Eric Amodio\n* Pylance by Microsoft\n* Python by Microsoft\n* Visual Studio IntelliCode by Microsoft\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A python library developed to allow programmatic control of the Hudson Robotics systems installed in Argonne National Laboratory's Secure BIO Lab.",
"version": "0.1.40",
"split_keywords": [
"robotics",
"laboratory",
"automation",
"biology"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0eec8897e8b6d002115f2416560663328fb5f9434d085c5e8e3c0b66407081f7",
"md5": "4272b070849c791707dbf0d3d0adcbf9",
"sha256": "d5f5bb14269986e726f2e196715d7479cb64a7c433d3b8a801dd9dbd2206214f"
},
"downloads": -1,
"filename": "liquidhandling-0.1.40-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4272b070849c791707dbf0d3d0adcbf9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8.5",
"size": 22575,
"upload_time": "2023-03-22T20:40:32",
"upload_time_iso_8601": "2023-03-22T20:40:32.335186Z",
"url": "https://files.pythonhosted.org/packages/0e/ec/8897e8b6d002115f2416560663328fb5f9434d085c5e8e3c0b66407081f7/liquidhandling-0.1.40-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "db650fac3865ed73f8be7730019476498c83dc19b44eb58bd7203184f5a7d8dd",
"md5": "5889c7102afae9d315a3ae17b89a086e",
"sha256": "2d6269a14ba60e4db96900e4fe46f83a2e334c4d904156bcde90a8055dd2bb34"
},
"downloads": -1,
"filename": "liquidhandling-0.1.40.tar.gz",
"has_sig": false,
"md5_digest": "5889c7102afae9d315a3ae17b89a086e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8.5",
"size": 22056,
"upload_time": "2023-03-22T20:40:34",
"upload_time_iso_8601": "2023-03-22T20:40:34.112545Z",
"url": "https://files.pythonhosted.org/packages/db/65/0fac3865ed73f8be7730019476498c83dc19b44eb58bd7203184f5a7d8dd/liquidhandling-0.1.40.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-22 20:40:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "luckierdodge",
"github_project": "liquidhandling",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "liquidhandling"
}