.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE.txt
README.md
pyproject.toml
.github/workflows/pypi-release.yml
.github/workflows/readme-normalize.yml
.github/workflows/test.yml
docs/changelog.md
docs/conf.py
docs/dimensions.md
docs/export.md
docs/import_gui.md
docs/index.md
docs/installation.md
docs/lazy_loading.md
docs/quickstart.md
docs/references.bib
docs/supported_formats.md
docs/tiff_preprocessing.md
docs/troubleshooting.md
docs/api/index.md
docs/api/probe.md
docs/api/reader.md
docs/api/spec.md
docs/api/writer.md
img/bg.jpg
img/export-gui.png
img/flowreglogo.png
img/import-gui.png
src/napari_flowreg_formats/__init__.py
src/napari_flowreg_formats/_aliases.py
src/napari_flowreg_formats/_axes.py
src/napari_flowreg_formats/_compat.py
src/napari_flowreg_formats/_lazy.py
src/napari_flowreg_formats/_open.py
src/napari_flowreg_formats/_quiet.py
src/napari_flowreg_formats/_report.py
src/napari_flowreg_formats/_sample_data.py
src/napari_flowreg_formats/_scale.py
src/napari_flowreg_formats/_version.py
src/napari_flowreg_formats/export_widget.py
src/napari_flowreg_formats/import_widget.py
src/napari_flowreg_formats/napari.yaml
src/napari_flowreg_formats/probe.py
src/napari_flowreg_formats/reader.py
src/napari_flowreg_formats/spec.py
src/napari_flowreg_formats/writer.py
src/napari_flowreg_formats.egg-info/PKG-INFO
src/napari_flowreg_formats.egg-info/SOURCES.txt
src/napari_flowreg_formats.egg-info/dependency_links.txt
src/napari_flowreg_formats.egg-info/entry_points.txt
src/napari_flowreg_formats.egg-info/requires.txt
src/napari_flowreg_formats.egg-info/scm_file_list.json
src/napari_flowreg_formats.egg-info/scm_version.json
src/napari_flowreg_formats.egg-info/top_level.txt
tests/conftest.py
tests/test_aliases.py
tests/test_axes.py
tests/test_lazy.py
tests/test_manifest.py
tests/test_probe.py
tests/test_reader.py
tests/test_sample_data.py
tests/test_upstream_defects.py
tests/test_widgets.py
tests/test_writer.py