MANIFEST.in
README.rst
setup.cfg
setup.py
imagediffer/__init__.py
imagediffer/__main__.py
imagediffer.egg-info/PKG-INFO
imagediffer.egg-info/SOURCES.txt
imagediffer.egg-info/dependency_links.txt
imagediffer.egg-info/requires.txt
imagediffer.egg-info/top_level.txt
imagediffer/app/__init__.py
imagediffer/app/app.py
imagediffer/app/config.py
imagediffer/app/image_struct.py
imagediffer/app/ui/mainwindow.ui
imagediffer/app/ui/open_image.ui
imagediffer/core/__init__.py
imagediffer/core/differ.py
imagediffer/core/loader.py
imagediffer/core/utils.py
tests/__init__.py
tests/test_differ.py
tests/test_loader.py
tests/test_utils.py