.gitignore
.gitlab-ci.yml
.gitmodules
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTORS.txt
COPYING
LICENSE
README.md
pyproject.toml
release.txt
.github/workflows/python-package.yml
sphinx/Makefile
sphinx/conf.py
sphinx/index.rst
sphinx/make.bat
sphinx/nd2reader.rst
sphinx/tutorial.rst
sphinx/_templates/layout.html
src/zolfa/nd2reader/__init__.py
src/zolfa/nd2reader/artificial.py
src/zolfa/nd2reader/common.py
src/zolfa/nd2reader/common_raw_metadata.py
src/zolfa/nd2reader/exceptions.py
src/zolfa/nd2reader/label_map.py
src/zolfa/nd2reader/legacy.py
src/zolfa/nd2reader/parser.py
src/zolfa/nd2reader/raw_metadata.py
src/zolfa/nd2reader/reader.py
src/zolfa/nd2reader/stitched.py
src/zolfa/nd2reader/version.py
src/zolfa_nd2reader.egg-info/PKG-INFO
src/zolfa_nd2reader.egg-info/SOURCES.txt
src/zolfa_nd2reader.egg-info/dependency_links.txt
src/zolfa_nd2reader.egg-info/requires.txt
src/zolfa_nd2reader.egg-info/top_level.txt
tests/__init__.py
tests/test_artificial.py
tests/test_common.py
tests/test_label_map.py
tests/test_legacy.py
tests/test_parser.py
tests/test_raw_metadata.py
tests/test_reader.py
tests/test_version.py