xarray-treeview 2024.9.1


pip install xarray-treeview==2024.9.1


Meta
Author: Marcel Goldschen-Ohm
Requires Python: >=3.10

Classifiers

Development Status
  • 4 - Beta

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Programming Language
  • Python :: 3 :: Only

xarray-treeview

PyQt/PySide model/view for tree of Xarray datasets.

GitHub Tag build-test

GitHub Release publish

Install

Requires a PyQt package. Should work with PySide6, PyQt6, or PyQt5.

pip install PySide6

Currently you must install direclty from the repo due to a dependency on another repo. Hopefully in the future you will be able to install from PyPI.

Install latest development version:

pip install xarray-treeview@git+https://github.com/marcel-goldschen-ohm/xarray-treeview

Documentation

:construction:

Extras: None
Dependencies:
numpy (>=1.26.2)
xarray (>=2023.12.0)
xarray-datatree (>=0.0.14)
qtpy (>=2.4.1)
qtawesome (>=1.3.0)
pyqt-ext (>=2024.9.3)