LICENSE
README.md
pyproject.toml
setup.cfg
src/mxtifffile/__init__.py
src/mxtifffile/exceptions.py
src/mxtifffile/format_config.py
src/mxtifffile/format_detector.py
src/mxtifffile/formats.json
src/mxtifffile/heuristic.py
src/mxtifffile/mxtifffile.py
src/mxtifffile/parsers.py
src/mxtifffile/qptifffile.py
src/mxtifffile.egg-info/PKG-INFO
src/mxtifffile.egg-info/SOURCES.txt
src/mxtifffile.egg-info/dependency_links.txt
src/mxtifffile.egg-info/requires.txt
src/mxtifffile.egg-info/top_level.txt
tests/test_backward_compat.py
tests/test_error_handling.py
tests/test_format_config.py
tests/test_format_detector.py
tests/test_heuristic.py
tests/test_mxtifffile.py
tests/test_parsers.py