MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
config/configuration_example.yaml
data/no_pictures.jpg
data/fonts/LICENSE.txt
data/fonts/NotoSans-Bold.ttf
data/fonts/NotoSans-BoldItalic.ttf
data/fonts/NotoSans-Italic.ttf
data/fonts/NotoSans-Regular.ttf
data/shaders/blend_new.fs
data/shaders/blend_new.vs
examples/hass_automation.yaml
examples/hass_frame.yaml
examples/hass_image_card.yaml
examples/picture_frame_git.service
examples/picture_frame_pip.service
picframe/__init__.py
picframe/_version.py
picframe/controller.py
picframe/exif2dict.py
picframe/model.py
picframe/picture_frame.py
picframe/viewer_display.py
picframe.egg-info/PKG-INFO
picframe.egg-info/SOURCES.txt
picframe.egg-info/dependency_links.txt
picframe.egg-info/entry_points.txt
picframe.egg-info/not-zip-safe
picframe.egg-info/requires.txt
picframe.egg-info/top_level.txt
test/AlleExif.JPG
test/noimage.jpg
test/test_exif2dict.py
test/test_model.py
test/test_viewer_display.py