Metadata-Version: 2.5
Name: plesty-pm100d
Version: 0.1.0
Summary: A plesty pm100d device.
Author-email: Yunshuang Yuan <yuanyunshuang@gmail.com>
Maintainer-email: Plesty Development Team <plesty.dev@example.com>
License-Expression: LGPL-3.0-or-later
License-File: COPYING
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: plesty-lib
Description-Content-Type: text/markdown

# Plesty Pm100d Device

A plesty device for pm100d using the Plesty standard.


## Installation

```bash
git clone https://gitlab.com/path/to/pm100d.git
cd pm100d
uv sync
```


## Run As TCP Server

Make sure the device is connected and powered on.

```bash
uv run python -m pm100d --tcp-port 5555
```

