LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
tests/test_database.py
tests/test_nest.py
tests/test_system_stats.py
tests/test_utils.py
ticked/__init__.py
ticked/app.py
ticked/pomodoro_settings.json
ticked/quotes_cache.json
ticked.egg-info/PKG-INFO
ticked.egg-info/SOURCES.txt
ticked.egg-info/dependency_links.txt
ticked.egg-info/entry_points.txt
ticked.egg-info/requires.txt
ticked.egg-info/top_level.txt
ticked/config/__init__.py
ticked/config/theme.tcss
ticked/core/__init__.py
ticked/core/database/__init__.py
ticked/core/database/caldav_sync.py
ticked/core/database/ticked_db.py
ticked/ui/__init__.py
ticked/ui/mixins/__init__.py
ticked/ui/mixins/focus_mixin.py
ticked/ui/screens/__init__.py
ticked/ui/screens/over_arching.py
ticked/ui/views/__init__.py
ticked/ui/views/calendar.py
ticked/ui/views/calendar_setup.py
ticked/ui/views/canvas.py
ticked/ui/views/nest.py
ticked/ui/views/pomodoro.py
ticked/ui/views/settings.py
ticked/ui/views/spotify.py
ticked/ui/views/spotify_auth.py
ticked/ui/views/welcome.py
ticked/utils/__init__.py
ticked/utils/system_stats.py
ticked/utils/time_utils.py
ticked/widgets/__init__.py
ticked/widgets/task_widget.py