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/gps.py
src/metadata_stripper/profiles.py
src/metadata_stripper/rename.py
src/metadata_stripper/report.py
src/metadata_stripper/scanner.py
src/metadata_stripper/tui.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/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_gps.py
tests/test_metadata_stripper.py
tests/test_office.py
tests/test_ole.py
tests/test_pdf.py
tests/test_profiles.py
tests/test_rename.py
tests/test_report.py
tests/test_scanner.py
tests/test_video.py
tests/test_zipfmt.py