.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/pypi-publish.yml
src/exif_stripper/__init__.py
src/exif_stripper/cli.py
src/exif_stripper.egg-info/PKG-INFO
src/exif_stripper.egg-info/SOURCES.txt
src/exif_stripper.egg-info/dependency_links.txt
src/exif_stripper.egg-info/entry_points.txt
src/exif_stripper.egg-info/requires.txt
src/exif_stripper.egg-info/top_level.txt
tests/test_cli.py