Metadata-Version: 2.2
Name: tessie_relay
Version: 0.1.0
Summary: Relay and control for tessie
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: influxdb-client>=1.47.0
Requires-Dist: paho-mqtt>=2.1.0

# tessie relay

A relay and control server for tessie MQTT messages.

## Installation

This project uses [uv](https://docs.astral.sh/uv/) for management and
currently uses Python 3.11.

## Running

```shell
uv run src/relay.py
uv run src/psi_coldbox.py
```
