Metadata-Version: 2.1
Name: cvasl-gui
Version: 0.1.0
Summary: A GUI for the cvasl package
License: Apache 2.0
Author: Peter Kok
Author-email: p.kok@esciencecenter.nl
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: dash (>=2.18.1,<3.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: statsmodels (>=0.14.4,<0.15.0)
Description-Content-Type: text/markdown

# CVASL-GUI

This is a GUI for the cvasl package, currently a work-in-progress.


## Installation

***TODO***

## Run

```bash
python3 src/index.py
```

