Metadata-Version: 2.1
Name: petabvis
Version: 0.0.2
Summary: Interactive visualization of PEtab problems
Home-page: https://github.com/PEtab-dev/petabvis
Maintainer: Dilan Pathirana, Daniel Weindl
Maintainer-email: dilan.pathirana@uni-bonn.de, daniel.weindl@helmholtz-muenchen.de
License: BSD-3-Clause License
Project-URL: Bug Reports, https://github.com/PEtab-dev/petabvis/issues
Project-URL: Source, https://github.com/PEtab-dev/petabvis
Keywords: petab,visualization
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Requires-Python: <4,>=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=1.2.1)
Requires-Dist: petab (>=0.1.14)
Requires-Dist: PySide2 (>=5.15.1)
Requires-Dist: PyYAML (>=5.3.1)
Requires-Dist: pyqtgraph (>=0.11.0)
Requires-Dist: scipy (>=1.5.0)
Requires-Dist: numpy (>=1.19)

# petabvis

An interactive visualization tool for
[PEtab](https://github.com/PEtab-dev/PEtab) measurement and simulation files.

## Installation

### From PyPI

```shell
pip3 install petabvis
```

### From GitHub

```shell
pip3 install git+https://github.com/PEtab-dev/petabvis.git@main
```

### From a local copy of the source

From within the root source directory, run:

```shell
pip3 install .
```

## Usage

1. Run `petabvis`
2. Select a PEtab YAML file
3. Optionally select a simulation file
4. Navigate through the plots

See also `petabvis -h` for command line usage.


