Metadata-Version: 2.3
Name: open-cytomat
Version: 0.1.2
Summary: 
Author: Niklas Mertsch
Author-email: niklas.mertsch@stud.uni-goettingen.de
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pyserial (>=3.5,<4.0)
Description-Content-Type: text/markdown

# Instalation

### 1. Install Package:

	- bash
	- pip install cytomat-tests

### 2. Use package
    - from cytomat import Cytomat
    - c = Cytomat("COM{int}")

# Debugging

### debugging communication with Cytomat

#### install RS232 Terminal, e.g. Termite
https://termite.software.informer.com/3.4/



# Unofficial Python interface for Thermo Fisher Scientific Cytomat devices
Find the documentation [here](https://umg-pharma-lab-automation.pages.gwdg.de/cytomat-python).

