Metadata-Version: 2.3
Name: watt42-demo-data
Version: 0.1.0
Summary: Add your description here
Author: Chris Oloff
Author-email: Chris Oloff <chris@uber5.com>
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# Watt42 - Demo Data

This repository contains demo data for Watt42. It is used in examples and
training material for Watt42.

More about Watt42: https://www.watt42.com

# Development

Requires Pytheon 3 and [uv](https://docs.astral.sh/uv/).

```bash
uv sync
```

## Run Unit Tests

```bash
uv run pytest
```
