.copier-answers.yml
.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
.python-version
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/nightly_at_main.yml
.github/workflows/nightly_at_main_lower_bound.yml
.github/workflows/nightly_at_release.yml
.github/workflows/python-version-ci
.github/workflows/release.yml
.github/workflows/test.yml
.github/workflows/unpinned.yml
.github/workflows/weekly_windows_macos.yml
docs/conf.py
docs/index.md
docs/_static/anaconda-icon.js
docs/_static/favicon.ico
docs/_static/logo-dark.svg
docs/_static/logo.svg
docs/_templates/class-template.rst
docs/_templates/doc_version.html
docs/_templates/module-template.rst
docs/about/index.md
docs/api-reference/index.md
docs/developer/coding-conventions.md
docs/developer/dependency-management.md
docs/developer/getting-started.md
docs/developer/index.md
docs/user-guide/application-definitions.ipynb
docs/user-guide/index.md
docs/user-guide/installation.md
docs/user-guide/nexus-classes.ipynb
docs/user-guide/quick-start-guide.ipynb
requirements/base.in
requirements/base.txt
requirements/basetest.in
requirements/basetest.txt
requirements/ci.in
requirements/ci.txt
requirements/dev.in
requirements/dev.txt
requirements/docs.in
requirements/docs.txt
requirements/make_base.py
requirements/mypy.in
requirements/mypy.txt
requirements/nightly.in
requirements/nightly.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/_cache.py
src/scippnexus/_common.py
src/scippnexus/_hdf5_nexus.py
src/scippnexus/_load.py
src/scippnexus/attrs.py
src/scippnexus/base.py
src/scippnexus/field.py
src/scippnexus/file.py
src/scippnexus/nexus_classes.py
src/scippnexus/nxcylindrical_geometry.py
src/scippnexus/nxdata.py
src/scippnexus/nxevent_data.py
src/scippnexus/nxoff_geometry.py
src/scippnexus/nxsample.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/application_definitions/nxcansas/__init__.py
src/scippnexus/application_definitions/nxcansas/nxcansas.py
src/scippnexus/data/__init__.py
src/scippnexus/docs/our-interpretation-of-the-nexus-format.md
tests/application_definition_test.py
tests/conftest.py
tests/externalfile.py
tests/file_test.py
tests/load_files_test.py
tests/load_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/nxlog_test.py
tests/nxmonitor_test.py
tests/nxoff_geometry_test.py
tests/nxsample_test.py
tests/nxtransformations_test.py
tests/package_test.py
tests/transform_test.py