README.md
pyproject.toml
src/flpostcards/__init__.py
src/flpostcards/auth.py
src/flpostcards/extensions.py
src/flpostcards/icon_generator.py
src/flpostcards/images.py
src/flpostcards/osm_static_map.py
src/flpostcards/run.py
src/flpostcards/blueprints/api/__init__.py
src/flpostcards/blueprints/contact/__init__.py
src/flpostcards/blueprints/gallery/__init__.py
src/flpostcards/blueprints/home/__init__.py
src/flpostcards/blueprints/map/__init__.py
src/flpostcards/blueprints/slideshow/__init__.py
src/flpostcards/blueprints/travel/__init__.py
src/flpostcards/static/icon.png
src/flpostcards/static/css/style.css
src/flpostcards/static/js/fullscreen.js
src/flpostcards/static/js/gallery-filters.js
src/flpostcards/static/js/map.js
src/flpostcards/static/js/nav-controls.js
src/flpostcards/static/js/slideshow.js
src/flpostcards/static/js/travel-slideshow.js
src/flpostcards/static/js/wake-lock.js
src/flpostcards/static/vendor/leaflet/leaflet.css
src/flpostcards/static/vendor/leaflet/leaflet.js
src/flpostcards/static/vendor/leaflet/images/layers-2x.png
src/flpostcards/static/vendor/leaflet/images/layers.png
src/flpostcards/static/vendor/leaflet/images/marker-icon-2x.png
src/flpostcards/static/vendor/leaflet/images/marker-icon.png
src/flpostcards/static/vendor/leaflet/images/marker-shadow.png
src/flpostcards/static/vendor/nosleep/NoSleep.min.js
src/flpostcards/templates/base.html
src/flpostcards/templates/card/detail.html
src/flpostcards/templates/contact/index.html
src/flpostcards/templates/gallery/index.html
src/flpostcards/templates/home/index.html
src/flpostcards/templates/map/index.html
src/flpostcards/templates/slideshow/index.html
src/flpostcards/templates/travel/detail.html
src/flpostcards/templates/travel/index.html
src/flpostcards/translations/en/LC_MESSAGES/flpostcards.mo
src/flpostcards/translations/en/LC_MESSAGES/flpostcards.po
src/flpostcards/translations/fr/LC_MESSAGES/flpostcards.mo
src/flpostcards/translations/fr/LC_MESSAGES/flpostcards.po
src/libpostcards/__init__.py
src/libpostcards/model.py
src/libpostcards/scan_corrector.py
src/libpostcards/similar.py
src/libpostcards/translations/en/LC_MESSAGES/libpostcards.mo
src/libpostcards/translations/en/LC_MESSAGES/libpostcards.po
src/libpostcards/translations/fr/LC_MESSAGES/libpostcards.mo
src/libpostcards/translations/fr/LC_MESSAGES/libpostcards.po
src/pypostcards.egg-info/PKG-INFO
src/pypostcards.egg-info/SOURCES.txt
src/pypostcards.egg-info/dependency_links.txt
src/pypostcards.egg-info/entry_points.txt
src/pypostcards.egg-info/requires.txt
src/pypostcards.egg-info/top_level.txt
src/simpostcards/__init__.py
src/simpostcards/run.py
src/simpostcards/blueprints/api/__init__.py
src/simpostcards/libs/__init__.py
src/simpostcards/libs/corrector.py
src/simpostcards/libs/hasher.py
src/tkpostcards/__init__.py
src/tkpostcards/tkimport.py
src/tkpostcards/tkmanager.py
src/tkpostcards/tkscan.py
src/tkpostcards/images/kartotek_tkinter_256.png
src/tkpostcards/images/ktimport_256.png
src/tkpostcards/images/ktmanager_256.png
src/tkpostcards/images/ktscan_256.png
src/tkpostcards/images/kttools_256.png
src/tkpostcards/libs/__init__.py
src/tkpostcards/libs/backup.py
src/tkpostcards/libs/detect_postcards.py
src/tkpostcards/libs/importdir.py
src/tkpostcards/libs/objdetect.py
src/tkpostcards/libs/ocr.py
src/tkpostcards/libs/publish.py
src/tkpostcards/libs/remotesync.py
src/tkpostcards/libs/scan_add.py
src/tkpostcards/libs/scan_editor.py
src/tkpostcards/libs/scan_prepare.py
src/tkpostcards/libs/size.py
src/tkpostcards/libs/transparency.py
src/tkpostcards/libs/travel.py
src/tkpostcards/scripts/__init__.py
src/tkpostcards/scripts/tktools.py
src/tkpostcards/translations/en/LC_MESSAGES/tkpostcards.mo
src/tkpostcards/translations/en/LC_MESSAGES/tkpostcards.po
src/tkpostcards/translations/fr/LC_MESSAGES/tkpostcards.mo
src/tkpostcards/translations/fr/LC_MESSAGES/tkpostcards.po
tests/test_remotesync.py
tests/test_similar.py