.coveragerc
.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
logo.png
logo.svg
pyproject.toml
.github/codecov.yml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/check-pr.yml
.github/workflows/ci.yml
.github/workflows/codecov-validate.yml
.github/workflows/greetings.yml
.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