Metadata-Version: 2.1
Name: labbench
Version: 0.23.4
Summary: scripting tools for streamlined laboratory automation
Home-page: https://github.com/usnistgov/labbench
Author: Dan Kuester, Shane Allman, Paul Blanchard, Yao Ma
Author-email: daniel.kuester@nist.gov
License: NIST
Description-Content-Type: text/markdown
Provides-Extra: notebook
Provides-Extra: maintenance
Provides-Extra: platform
License-File: LICENSE.md

 A set of python tools for writing laboratory automation scripts that are clear, concise, and explainable. Code that achieves these goals should read like a pseudocode expression of the experimental procedure. Objects for control over equipment (or other software) should only expose a clear set of automation capabilities to make laboratory automation more robust and less frustrating.

The labbench module provides tools that support toward this goal through an object protocol and support functions. These separate repetitive and error-prone boilerplate code, Use of these capabilities among multiple experimental runs also helps to produced data sets with consistent structure.
