Metadata-Version: 2.5
Name: picowatt
Version: 0.1.2
Summary: PC application for the picowatt power measurement system (Pico 2 + INA228)
Project-URL: Homepage, https://github.com/0kam/picowatt
Project-URL: Repository, https://github.com/0kam/picowatt
Project-URL: Documentation, https://github.com/0kam/picowatt/tree/main/docs
License-Expression: GPL-3.0-or-later
Requires-Python: >=3.11
Requires-Dist: cobs>=1.2
Requires-Dist: numpy>=2.0
Requires-Dist: platformdirs>=4.0
Requires-Dist: pyqtgraph>=0.13
Requires-Dist: pyserial>=3.5
Requires-Dist: pyside6>=6.7
Description-Content-Type: text/markdown

# picowatt PC application

Realtime viewer / logger for the picowatt measurement device.

## Setup

```sh
cd app
uv sync
```

## Usage

```sh
uv run picowatt          # GUI
uv run picowatt-cli      # headless capture, raw values
uv run picowatt-cli --cal --adcrange 1 --preset very-quiet --seconds 60 --csv out.csv
                         # apply the board's stored SHUNT_CAL + zero offset
                         # (adds a current_cal_A column; see docs/calibration.md)
```
