LICENSE
README.md
pyproject.toml
pathsafe/__init__.py
pathsafe/classifier.py
pathsafe/converter.py
pathsafe/deidentifier.py
pathsafe/gui_qt.py
pathsafe/log.py
pathsafe/lookup.py
pathsafe/models.py
pathsafe/openslide_utils.py
pathsafe/pipeline.py
pathsafe/pipeline_runner.py
pathsafe/report.py
pathsafe/scanner.py
pathsafe/serializer.py
pathsafe/transfer.py
pathsafe/updater.py
pathsafe/utils.py
pathsafe/verify.py
pathsafe.egg-info/PKG-INFO
pathsafe.egg-info/SOURCES.txt
pathsafe.egg-info/dependency_links.txt
pathsafe.egg-info/entry_points.txt
pathsafe.egg-info/requires.txt
pathsafe.egg-info/top_level.txt
pathsafe/assets/icon.icns
pathsafe/assets/icon.ico
pathsafe/assets/icon.png
pathsafe/cli/__init__.py
pathsafe/cli/__main__.py
pathsafe/cli/_common.py
pathsafe/cli/_gui_cmd.py
pathsafe/cli/convert.py
pathsafe/cli/deidentify.py
pathsafe/cli/info.py
pathsafe/cli/pipeline.py
pathsafe/cli/scan.py
pathsafe/cli/verify.py
pathsafe/data/stain_vocabulary.json
pathsafe/formats/__init__.py
pathsafe/formats/base.py
pathsafe/formats/bif.py
pathsafe/formats/dicom.py
pathsafe/formats/generic_tiff.py
pathsafe/formats/mrxs.py
pathsafe/formats/ndpi.py
pathsafe/formats/scn.py
pathsafe/formats/svs.py
pathsafe/formats/tiff_base.py
pathsafe/gui/__init__.py
pathsafe/gui/dialogs.py
pathsafe/gui/menus.py
pathsafe/gui/pipeline_tab.py
pathsafe/gui/themes.py
pathsafe/gui/toast.py
pathsafe/gui/widgets.py
pathsafe/gui/window.py
pathsafe/gui/workers.py
pathsafe/gui/panels/__init__.py
pathsafe/gui/panels/convert_panel.py
pathsafe/gui/panels/deidentify_panel.py
pathsafe/tiff/__init__.py
pathsafe/tiff/blanking.py
pathsafe/tiff/hashing.py
pathsafe/tiff/parser.py
pathsafe/tiff/sub_ifd.py
tests/test_adversarial.py
tests/test_bif.py
tests/test_bisson_conformance.py
tests/test_classifier.py
tests/test_cli.py
tests/test_cli_integration.py
tests/test_converter.py
tests/test_deidentifier.py
tests/test_dicom.py
tests/test_exif_gps.py
tests/test_file_filter.py
tests/test_generic_tiff.py
tests/test_integration.py
tests/test_log.py
tests/test_lookup.py
tests/test_mrxs.py
tests/test_ndpi.py
tests/test_pattern_config.py
tests/test_phi_bypass.py
tests/test_phi_cleanup.py
tests/test_pipeline_runner.py
tests/test_preflight.py
tests/test_report.py
tests/test_roundtrip.py
tests/test_scanner.py
tests/test_scanner_extended.py
tests/test_scn.py
tests/test_serializer.py
tests/test_staging.py
tests/test_stress_concurrency.py
tests/test_stress_dicom.py
tests/test_stress_filenames.py
tests/test_stress_ifd_chains.py
tests/test_stress_rerun.py
tests/test_stress_strip_bounds.py
tests/test_stress_tag_order.py
tests/test_sub_ifd.py
tests/test_svs.py
tests/test_symlinks.py
tests/test_tiff.py
tests/test_tiff_extended.py
tests/test_transfer.py
tests/test_unlink_ifd.py
tests/test_utils.py
tests/test_verify.py