Metadata-Version: 2.1
Name: xarray-graph
Version: 2024.9.1
Summary: PyQt/PySide UI for graphing (x,y) slices of Xarray datasets.
Keywords: PyQt,PySide,xarray,graph
Home-page: https://github.com/marcel-goldschen-ohm/xarray-graph
Author-Email: Marcel Goldschen-Ohm <goldschen-ohm@utexas.edu>
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Project-URL: Homepage, https://github.com/marcel-goldschen-ohm/xarray-graph
Project-URL: Repository, https://github.com/marcel-goldschen-ohm/xarray-graph
Project-URL: Issues, https://github.com/marcel-goldschen-ohm/xarray-graph/issues
Requires-Python: >=3.10
Requires-Dist: numpy>=1.26.2
Requires-Dist: xarray>=2023.12.0
Requires-Dist: qtpy>=2.4.1
Requires-Dist: qtawesome>=1.3.0
Requires-Dist: pyqt-ext>=2024.9.3
Requires-Dist: pyqtgraph-ext>=2024.9.0
Requires-Dist: xarray-treeview>=2024.9.1
Requires-Dist: qtconsole>=5.5.2
Requires-Dist: scipy>=1.11.4
Requires-Dist: lmfit>=1.2.2
Description-Content-Type: text/markdown

# xarray-graph
PyQt/PySide UI for graphing (x,y) slices of Xarray Datasets in a DataTree.

![GitHub Tag](https://img.shields.io/github/v/tag/marcel-goldschen-ohm/xarray-graph?cacheSeconds=1)
![build-test](https://github.com/marcel-goldschen-ohm/xarray-graph/actions/workflows/build-test.yml/badge.svg)
![GitHub Release](https://img.shields.io/github/v/release/marcel-goldschen-ohm/xarray-graph?include_prereleases&cacheSeconds=1)
![publish](https://github.com/marcel-goldschen-ohm/xarray-graph/actions/workflows/publish.yml/badge.svg)

- [Install](#install)
- [Run](#run)
- [Documentation](#documentation)

## Install
Requires a PyQt package. Should work with PySide6, PyQt6, or PyQt5.
```shell
pip install PySide6
```
Install latest release version:
```shell
pip install xarray-graph
```
Or install latest development version:
```shell
pip install xarray-graph@git+https://github.com/marcel-goldschen-ohm/xarray-graph
```

## Run
Launch the GUI:
```shell
xarray-graph
```

## Documentation
:construction:
