powerio-cli 0.3.2

Command line interface and ratatui TUI for powerio: parse and convert power system case files and emit matrices.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# powerio-cli

`powerio-cli` provides the `powerio` command for format conversion, matrix
export, DC OPF bundles, PTDF/LODF exports, GridFM Parquet export, synthetic case
generation, verification, and the ratatui TUI.

```
powerio convert tests/data/case14.m --to psse -o case14.raw
powerio verify tests/data/case30.m --kind bdoubleprime
powerio dcopf tests/data/case30.m -o out
powerio sensitivities tests/data/case30.m -o out
powerio
```

The workspace README has install notes and library examples:
<https://github.com/eigenergy/powerio>.