Metadata-Version: 2.4
Name: watlow-f4
Version: 0.2.1
Summary: Python driver for the Watlow F4 temperature controller via Modbus RTU
Author: Alec Vercruysse
Author-email: Alec Vercruysse <alec@verc.net>
License-Expression: MIT
Requires-Dist: minimalmodbus>=2.1.1
Requires-Python: >=3.8
Project-URL: Repository, https://github.com/your-org/watlow-f4
Description-Content-Type: text/markdown

# Watlow F4 
This is an extremely minimal package that provides python bindings to
static temperature set / read modbus registers for the Watlow f4 controller.

## Tests

Non-HW tests:
```bash
uv run pytest
```

To test HW:
```bash
uv run pytest  --device-address "/dev/tty.usbserial-AB82P7QL:1"
```

You can discover the `dev/tty*` address relevant to you using e.g.:
```bash
watch "ls /dev/tty* | column"
```
and unplugging/plugging in the USB cable associated with your RS232-to-serial converter.
