README.rst
setup.py
doodle_dashboard.egg-info/PKG-INFO
doodle_dashboard.egg-info/SOURCES.txt
doodle_dashboard.egg-info/dependency_links.txt
doodle_dashboard.egg-info/entry_points.txt
doodle_dashboard.egg-info/requires.txt
doodle_dashboard.egg-info/top_level.txt
doodledashboard/__about__.py
doodledashboard/__init__.py
doodledashboard/cli.py
doodledashboard/component.py
doodledashboard/configuration.py
doodledashboard/dashboard.py
doodledashboard/error_messages.py
doodledashboard/secrets_store.py
doodledashboard/datafeeds/__init__.py
doodledashboard/datafeeds/datafeed.py
doodledashboard/datafeeds/datetime.py
doodledashboard/datafeeds/rss.py
doodledashboard/datafeeds/slack.py
doodledashboard/datafeeds/text.py
doodledashboard/displays/__init__.py
doodledashboard/displays/console.py
doodledashboard/displays/display.py
doodledashboard/filters/__init__.py
doodledashboard/filters/contains_text.py
doodledashboard/filters/filter.py
doodledashboard/filters/matches_regex.py
doodledashboard/notifications/__init__.py
doodledashboard/notifications/notification.py
doodledashboard/notifications/outputs.py
doodledashboard/notifications/image/__init__.py
doodledashboard/notifications/image/file_downloader.py
doodledashboard/notifications/image/image.py
doodledashboard/notifications/text/__init__.py
doodledashboard/notifications/text/text.py
tests/doodledashboard/__init__.py
tests/doodledashboard/display/__init__.py
tests/doodledashboard/display/test_console.py
tests/doodledashboard/display/data/__init__.py
tests/doodledashboard/filters/__init__.py
tests/doodledashboard/filters/test_contains_text.py
tests/doodledashboard/filters/test_matches_regex.py
tests/doodledashboard/it/__init__.py
tests/doodledashboard/it/support.py
tests/doodledashboard/it/features/__init__.py
tests/doodledashboard/it/features/test_data_feeds.py
tests/doodledashboard/it/features/test_displays.py
tests/doodledashboard/it/features/test_filters.py
tests/doodledashboard/it/features/test_list_command.py
tests/doodledashboard/it/features/test_notifications.py
tests/doodledashboard/it/features/test_secrets.py
tests/doodledashboard/it/features/configurable/__init__.py
tests/doodledashboard/it/features/configurable/test_local_config.py
tests/doodledashboard/it/features/configurable/test_mixed_config.py
tests/doodledashboard/it/features/configurable/test_remote_config.py