Metadata-Version: 2.4
Name: sitka_spruce
Version: 0.4
Summary: Visualization for complex scientific data in HDF5, Zarr, etc
Author-email: Matthew Newville <matt.newville@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/xraypy/sitka-spruce
Project-URL: Documentation, https://xraypy.github.io/sitka-spruce
Project-URL: Tracker, https://github.com/xraypy/sitka-spruce/issues
Keywords: HDF5,Zarr,wxPython,wxmplot,matplotlib
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: wxPython>=4.2.4
Requires-Dist: wxutils>=2026.1.0
Requires-Dist: wxmplot>=2026.2.1
Requires-Dist: matplotlib>=3.10
Requires-Dist: numpy>=2.3
Requires-Dist: h5py>=3.13
Requires-Dist: hdf5plugin>=4.0
Requires-Dist: zarr>=3.1
Requires-Dist: fsspec
Requires-Dist: asteval>=1.0.9
Requires-Dist: darkdetect
Requires-Dist: pyobjc-framework-Cocoa; platform_system == "Darwin"
Requires-Dist: pytz
Requires-Dist: packaging
Requires-Dist: pyyaml>=5.0
Requires-Dist: pyshortcuts>=1.9.8
Requires-Dist: platformdirs
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Provides-Extra: s3
Requires-Dist: s3fs; extra == "s3"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-copybutton; extra == "doc"
Requires-Dist: sphinx-design; extra == "doc"
Requires-Dist: sphinxcontrib-video; extra == "doc"
Requires-Dist: jupyter_sphinx; extra == "doc"
Requires-Dist: nbsphinx; extra == "doc"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: coverage; extra == "test"
Provides-Extra: all
Requires-Dist: sitka_spruce[dev,doc,test]; extra == "all"
Dynamic: license-file

# sitka-spruce

Sitka spruce supports exploration annd visualization of complex
scientific datasets in HDF5, Zarr.

While several tools exist for inspecting HDF5 files, we think there is
room for one more, especially one written with wxPython and aimed at
helping scientists explore and extract data from complex datasets.

The initial goals for sitka-spruce are:

  1. Support for both HDF5 (including NeXuS), and Zarr data.
  2. Interactive image displays and line plots for datasets using `wxmplot`.
  3. Support Table views.
  4. Support for displaying metadata from HDF5 files from Epics areaDetector.
  5. Being able to name and export arrays or slices of data for downstream applications.

Though Sitka is fairly new, and in an early release, all of these
goals are ready for testing, comments, and suggestsions.

A near-term goal is to use Sitka as an HDF5/Zarr reader and data
selector for other wxPython GUIs, including Larix, general-purpose
LMFIT Gui, XRD visualization.


Last update 2026-August-02
