Metadata-Version: 2.4
Name: mpwrd-config
Version: 0.1.10
Summary: MPWRD configuration tooling
Author: Ruledo
Author-email: ruledo707@gmail.com
Requires-Python: >=3.10,<3.15
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
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: InquirerPy (>=0.3.4)
Requires-Dist: meshtastic (>=2.7.0,<3.0.0)
Requires-Dist: protobuf (>=3.20.0)
Requires-Dist: qrcode (>=8.0)
Requires-Dist: six (>=1.16.0)
Requires-Dist: tomli (>=2.0.1) ; python_version < "3.11"
Requires-Dist: tomli-w (>=1.0.0)
Description-Content-Type: text/markdown

# mpwrd-config

## Build/Test (poetry)

```bash
pipx install poetry
poetry install
poetry build
poetry run mpwrd-config-cli --help
```

## Run With sudo After pipx Install

```bash
sudo "$(command -v mpwrd-config)"
sudo "$(command -v mpwrd-config-cli)" --help
```

