Metadata-Version: 2.4
Name: picowatt
Version: 0.1.0
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 (from M4)
```
