Metadata-Version: 2.4
Name: galago-tools
Version: 0.15.0
Summary: Open Source Lab Automation GRPC Library
Home-page: https://github.com/sciencecorp/galago-tools
Author: Science Corporation
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: asyncio==4.0.0
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: pythonnet==3.0.1
Requires-Dist: requests==2.29.0
Requires-Dist: grpc-stubs==1.24.12.1
Requires-Dist: networkx==3.1
Requires-Dist: networkx-stubs==0.0.1
Requires-Dist: types-setuptools==68.0.0.2
Requires-Dist: python-dotenv==1.0.0
Requires-Dist: packaging==25.0
Requires-Dist: msl-loadlib==0.10.0
Requires-Dist: pywin32==304; platform_system == "Windows"
Requires-Dist: typing-inspect==0.8.0
Requires-Dist: typing_extensions==4.8.0
Requires-Dist: pyserial==3.5
Requires-Dist: cython==3.0.11
Requires-Dist: pillow==11.0.0
Requires-Dist: psutil==7.0.0
Requires-Dist: comtypes==1.4.10
Requires-Dist: appdirs==1.4.4
Requires-Dist: pyhamilton==1.491.17
Requires-Dist: PyLabRobot
Requires-Dist: PySide6==6.10.0
Requires-Dist: websockets==15.0.1
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

# Galago Tools

A Python library for lab automation tools that exposes a standard gRPC interface.

## Installation

```bash
pip install galago-tools
```

## Features

- Standard gRPC interface across all tools
- Simple command execution interface
- Support for various lab automation equipment

## Requirements

- Python >=3.9, <3.10
