.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.md
README.rst
pyproject.toml
requirements.txt
script.py
setup.cfg
setup.py
tox.ini
.github/workflows/python-publish.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/exifmgr/__init__.py
src/exifmgr/runner.py
src/exifmgr/skeleton.py
src/exifmgr.egg-info/PKG-INFO
src/exifmgr.egg-info/SOURCES.txt
src/exifmgr.egg-info/dependency_links.txt
src/exifmgr.egg-info/entry_points.txt
src/exifmgr.egg-info/not-zip-safe
src/exifmgr.egg-info/requires.txt
src/exifmgr.egg-info/top_level.txt
tests/conftest.py
tests/test_skeleton.py