CHANGES.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements-test.txt
requirements.txt
setup.cfg
setup.py
src/gallerize/__init__.py
src/gallerize/cli.py
src/gallerize/files.py
src/gallerize/html.py
src/gallerize/images.py
src/gallerize/logging.py
src/gallerize/main.py
src/gallerize/models.py
src/gallerize.egg-info/PKG-INFO
src/gallerize.egg-info/SOURCES.txt
src/gallerize.egg-info/dependency_links.txt
src/gallerize.egg-info/entry_points.txt
src/gallerize.egg-info/not-zip-safe
src/gallerize.egg-info/requires.txt
src/gallerize.egg-info/top_level.txt
src/gallerize/static/style.css
src/gallerize/templates/_layout.html
src/gallerize/templates/index.html
src/gallerize/templates/view.html
tests/__init__.py
tests/test_find_duplicate_filenames.py
tests/test_parse_dimension_arg.py
tests/test_window.py