.gitattributes
.gitignore
COPYING
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/ci.yml
conda-recipe/bld.bat
conda-recipe/build.sh
conda-recipe/meta.yaml
src/nexusformat/__init__.py
src/nexusformat/_version.py
src/nexusformat.egg-info/PKG-INFO
src/nexusformat.egg-info/SOURCES.txt
src/nexusformat.egg-info/dependency_links.txt
src/nexusformat.egg-info/entry_points.txt
src/nexusformat.egg-info/pbr.json
src/nexusformat.egg-info/requires.txt
src/nexusformat.egg-info/top_level.txt
src/nexusformat/nexus/__init__.py
src/nexusformat/nexus/completer.py
src/nexusformat/nexus/lock.py
src/nexusformat/nexus/plot.py
src/nexusformat/nexus/tree.py
src/nexusformat/notebooks/nexusformat.ipynb
src/nexusformat/scripts/__init__.py
src/nexusformat/scripts/nexusformat.py
src/nexusformat/scripts/nxconsolidate.py
src/nexusformat/scripts/nxdir.py
src/nexusformat/scripts/nxduplicate.py
src/nexusformat/scripts/nxstack.py
tests/conftest.py
tests/test_data.py
tests/test_entry_groups.py
tests/test_fields.py
tests/test_files.py
tests/test_groups.py
tests/test_links.py
tests/test_locks.py
tests/test_masks.py
tests/test_paths.py