.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/docs.yml
.github/workflows/release.yml
conda/meta.yaml
docs/conf.py
docs/index.rst
docs/version.py
docs/_static/favicon.ico
docs/_static/logo-2022.svg
docs/_templates/scipp-class-template.rst
docs/_templates/scipp-module-template.rst
docs/_templates/sections/header-article.html
docs/about/about.rst
docs/about/release-notes.rst
docs/getting-started/installation.rst
docs/getting-started/quick-start-guide.ipynb
docs/user-guide/application-definitions.ipynb
docs/user-guide/classes.rst
docs/user-guide/functions.rst
docs/user-guide/nexus-classes.ipynb
requirements/base.in
requirements/base.txt
requirements/ci.in
requirements/ci.txt
requirements/docs.in
requirements/docs.txt
requirements/static.in
requirements/static.txt
requirements/test.in
requirements/test.txt
requirements/wheels.in
requirements/wheels.txt
resources/logo-2022.svg
src/scippnexus/__init__.py
src/scippnexus/_common.py
src/scippnexus/_hdf5_nexus.py
src/scippnexus/definition.py
src/scippnexus/file.py
src/scippnexus/leaf.py
src/scippnexus/nexus_classes.py
src/scippnexus/nxcylindrical_geometry.py
src/scippnexus/nxdata.py
src/scippnexus/nxdetector.py
src/scippnexus/nxdisk_chopper.py
src/scippnexus/nxevent_data.py
src/scippnexus/nxfermi_chopper.py
src/scippnexus/nxlog.py
src/scippnexus/nxmonitor.py
src/scippnexus/nxobject.py
src/scippnexus/nxoff_geometry.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/definitions/nxcansas.py
src/scippnexus/docs/our-interpretation-of-the-nexus-format.md
src/scippnexus/v2/__init__.py
src/scippnexus/v2/attrs.py
src/scippnexus/v2/base.py
src/scippnexus/v2/field.py
src/scippnexus/v2/file.py
src/scippnexus/v2/nexus_classes.py
src/scippnexus/v2/nxcylindrical_geometry.py
src/scippnexus/v2/nxdata.py
src/scippnexus/v2/nxevent_data.py
src/scippnexus/v2/nxoff_geometry.py
src/scippnexus/v2/nxsample.py
src/scippnexus/v2/nxtransformations.py
src/scippnexus/v2/application_definitions/nxcansas/__init__.py
src/scippnexus/v2/application_definitions/nxcansas/nxcansas.py
tests/application_definition_test.py
tests/conftest.py
tests/externalfile.py
tests/load_files_test.py
tests/nexus_test.py
tests/nxcylindrical_geometry_test.py
tests/nxdata_test.py
tests/nxdetector_test.py
tests/nxevent_data_test.py
tests/nxmonitor_test.py
tests/nxoff_geometry_test.py
tests/nxsample_test.py
tests/nxtransformations_test.py