.travis.yml
AUTHORS
ChangeLog
LICENSE
README.md
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
calbum/__init__.py
calbum/cmd.py
calbum.egg-info/PKG-INFO
calbum.egg-info/SOURCES.txt
calbum.egg-info/dependency_links.txt
calbum.egg-info/entry_points.txt
calbum.egg-info/not-zip-safe
calbum.egg-info/pbr.json
calbum.egg-info/requires.txt
calbum.egg-info/top_level.txt
calbum/core/__init__.py
calbum/core/model.py
calbum/filters/__init__.py
calbum/filters/album.py
calbum/filters/timeline.py
calbum/sources/__init__.py
calbum/sources/calendar.py
calbum/sources/exiftool.py
calbum/sources/image.py
tests/__init__.py
tests/test_cmd.py
tests/core/__init__.py
tests/core/test_model.py
tests/resources/IMG_20130302_070000.jpeg
tests/resources/__init__.py
tests/resources/calendar.ics
tests/resources/create_images.sh
tests/resources/image-01.jpeg
tests/resources/image-02.jpg
tests/resources/image-03.tif
tests/resources/image-04.jpeg
tests/resources/image-05.jpeg
tests/resources/image-06.JPG
tests/resources/images.yaml
tests/resources/video-01.mp4
tests/resources/video-02.3gp
tests/sources/__init__.py
tests/sources/test_calendar.py
tests/sources/test_exiftool.py
tests/sources/test_image.py