LICENSE
README.md
pyproject.toml
src/metadata_stripper/__init__.py
src/metadata_stripper/batch.py
src/metadata_stripper/cli.py
src/metadata_stripper/core.py
src/metadata_stripper/diffview.py
src/metadata_stripper/exif_deep.py
src/metadata_stripper/forensics.py
src/metadata_stripper/gps.py
src/metadata_stripper/plugins.py
src/metadata_stripper/policy.py
src/metadata_stripper/profiles.py
src/metadata_stripper/rename.py
src/metadata_stripper/report.py
src/metadata_stripper/risk.py
src/metadata_stripper/scanner.py
src/metadata_stripper/server.py
src/metadata_stripper/tui.py
src/metadata_stripper/watch.py
src/metadata_stripper.egg-info/PKG-INFO
src/metadata_stripper.egg-info/SOURCES.txt
src/metadata_stripper.egg-info/dependency_links.txt
src/metadata_stripper.egg-info/entry_points.txt
src/metadata_stripper.egg-info/requires.txt
src/metadata_stripper.egg-info/top_level.txt
src/metadata_stripper/formats/__init__.py
src/metadata_stripper/formats/audio.py
src/metadata_stripper/formats/heif.py
src/metadata_stripper/formats/images.py
src/metadata_stripper/formats/office.py
src/metadata_stripper/formats/ole.py
src/metadata_stripper/formats/pdf.py
src/metadata_stripper/formats/video.py
src/metadata_stripper/formats/zipfmt.py
tests/test_audio.py
tests/test_batch.py
tests/test_cli_new.py
tests/test_diffview.py
tests/test_exif_deep.py
tests/test_forensics.py
tests/test_gps.py
tests/test_metadata_stripper.py
tests/test_new_format.py
tests/test_office.py
tests/test_ole.py
tests/test_pdf.py
tests/test_plugins.py
tests/test_policy.py
tests/test_profiles.py
tests/test_rename.py
tests/test_report.py
tests/test_risk.py
tests/test_scanner.py
tests/test_server.py
tests/test_video.py
tests/test_watch.py
tests/test_zipfmt.py