Metadata-Version: 2.4
Name: pypath-shiny
Version: 0.3.0
Summary: Shiny web frontend for PyPath EwE food web modeling
Author: PyPath Development Team
License: MIT
Project-URL: Homepage, https://github.com/razinkele/PyPath
Project-URL: Repository, https://github.com/razinkele/PyPath
Keywords: ecology,ecosystem,ecopath,ecosim,shiny,dashboard
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pypath-ewe[interactive,spatial]>=0.3.0
Requires-Dist: shiny>=1.0.0
Requires-Dist: shinyswatch>=0.7.0
Requires-Dist: httpx>=0.24
Requires-Dist: uvicorn>=0.23
Provides-Extra: biodata
Requires-Dist: pypath-ewe[biodata]>=0.3.0; extra == "biodata"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Requires-Dist: ruff>=0.1; extra == "dev"
Dynamic: license-file

# pypath-shiny

Shiny web frontend for PyPath EwE food web modeling.

**pypath-shiny** provides an interactive web dashboard for building, running, and visualizing
Ecopath with Ecosim (EwE) ecosystem models using the [pypath-ewe](https://pypi.org/project/pypath-ewe/) core library.

## Features

- Interactive model parameter editing
- Ecosim time-dynamic simulations with real-time plots
- Diet matrix visualization
- Fishing scenario management
- Species data lookup via WoRMS/OBIS/FishBase

## Installation

```bash
pip install pypath-shiny
```

## Usage

```bash
pypath-shiny
```

Or from Python:

```python
from pypath_shiny.app import app
app.run()
```

## Documentation

Full documentation: <https://razinkele.github.io/PyPath/>

## License

MIT
