.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/release.yml
conda/meta.yaml
docs/conf.py
docs/index.rst
docs/_static/favicon.ico
docs/_static/logo.png
docs/_templates/scipp-class-template.rst
docs/_templates/scipp-module-template.rst
docs/_templates/topbar/download.html
docs/_templates/topbar/launchbuttons.html
docs/getting-started/installation.rst
docs/getting-started/quick-start-guide.ipynb
docs/user-guide/classes.rst
docs/user-guide/nexus-classes.ipynb
requirements/docs.in
requirements/docs.txt
requirements/test.in
requirements/test.txt
resources/logo.svg
src/scippnexus/__init__.py
src/scippnexus/_common.py
src/scippnexus/_hdf5_nexus.py
src/scippnexus/file.py
src/scippnexus/nxdata.py
src/scippnexus/nxdetector.py
src/scippnexus/nxdisk_chopper.py
src/scippnexus/nxevent_data.py
src/scippnexus/nxlog.py
src/scippnexus/nxmonitor.py
src/scippnexus/nxobject.py
src/scippnexus/nxsample.py
src/scippnexus/nxsource.py
src/scippnexus/nxtransformations.py
src/scippnexus/py.typed
src/scippnexus/typing.py
src/scippnexus.egg-info/PKG-INFO
src/scippnexus.egg-info/SOURCES.txt
src/scippnexus.egg-info/dependency_links.txt
src/scippnexus.egg-info/requires.txt
src/scippnexus.egg-info/top_level.txt
src/scippnexus/data/__init__.py
src/scippnexus/docs/our-interpretation-of-the-nexus-format.md
tests/nexus_test.py
tests/nxdata_test.py
tests/nxdetector_test.py
tests/nxtransformations_test.py