Metadata-Version: 2.4
Name: laborchestrator
Version: 1.0.2
Summary: Open Source Lab Automation Drivers Library
Home-page: https://github.com/laborch/laborchestrator
Author: Lab Orchestrator
Author-email: 
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: grpcio==1.70.0
Requires-Dist: grpcio-tools==1.70.0
Requires-Dist: grpcio-reflection==1.70.0
Requires-Dist: pydantic==2.8.2
Requires-Dist: requests==2.29.0
Requires-Dist: python-dotenv==1.0.0
Requires-Dist: packaging==25.0
Requires-Dist: msl-loadlib==0.10.0
Requires-Dist: pywin32==311; platform_system == "Windows"
Requires-Dist: pyserial==3.5
Requires-Dist: cython==3.0.11
Requires-Dist: pillow==11.0.0
Requires-Dist: comtypes==1.4.10
Requires-Dist: appdirs==1.4.4
Requires-Dist: websockets==15.0.1
Requires-Dist: colorama==0.4.6
Requires-Dist: pyhamilton==1.491.17
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Lab Orchestrator

Library of instrument drivers used by lab orchestrator.

## Installation

```bash
pip install laborchestrator
```

## Requirements

- Python >=3.9, <3.12
