Metadata-Version: 2.4
Name: canopy-viewer
Version: 0.1.3
Summary: NiceGUI app for creating canopy figures from JSON config
Author-email: "David M. Belda" <david.belda@kit.edu>, Adrien Damseaux <adrien.damseaux@kit.edu>
License: MPL-2.0
Keywords: canopy,visualization,nicegui,dgvm,lsm
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: nicegui>=1.4.0
Requires-Dist: seaborn>=0.12.0
Requires-Dist: matplotlib>=3.7.0
Requires-Dist: pywebview
Requires-Dist: canopy-tools<0.12.0,>=0.11.0

# Canopy Viewer

NiceGUI app for creating canopy figures from JSON config. Select fields, configure options, and generate maps, time series, distributions, and more.

## Installation

**pip** (recommended):

```bash
pip install canopy-viewer
```

**UV**:

```bash
uv pip install canopy-viewer
```

**From source** (development):

```bash
pip install -e .
```

## Run

```bash
canopy-viewer
```

Or:

```bash
python -m main
```

Opens a native window with a sidebar for field selection and figure options.
