LICENSE
README.md
pyproject.toml
src/ccwatch/__init__.py
src/ccwatch/__main__.py
src/ccwatch/checkpoints.py
src/ccwatch/cli.py
src/ccwatch/clock.py
src/ccwatch/config.py
src/ccwatch/digest.py
src/ccwatch/history.py
src/ccwatch/hook.py
src/ccwatch/http.py
src/ccwatch/pacing.py
src/ccwatch/parse.py
src/ccwatch/poller.py
src/ccwatch/probe.py
src/ccwatch/quiet_hours.py
src/ccwatch/render.py
src/ccwatch/settings.py
src/ccwatch/severity.py
src/ccwatch/state.py
src/ccwatch/wizard.py
src/ccwatch.egg-info/PKG-INFO
src/ccwatch.egg-info/SOURCES.txt
src/ccwatch.egg-info/dependency_links.txt
src/ccwatch.egg-info/entry_points.txt
src/ccwatch.egg-info/top_level.txt
src/ccwatch/notifiers/__init__.py
src/ccwatch/notifiers/base.py
src/ccwatch/notifiers/desktop.py
src/ccwatch/notifiers/discord.py
src/ccwatch/notifiers/dummy.py
src/ccwatch/notifiers/ntfy.py
src/ccwatch/notifiers/slack.py
src/ccwatch/notifiers/telegram.py
src/ccwatch/notifiers/webhook.py
tests/test_checkpoints.py
tests/test_config.py
tests/test_daemon_cmd.py
tests/test_digest.py
tests/test_history.py
tests/test_hook.py
tests/test_http_live_local.py
tests/test_notifiers.py
tests/test_pacing.py
tests/test_parse.py
tests/test_poller.py
tests/test_probe_integration.py
tests/test_quiet_hours.py
tests/test_render.py
tests/test_settings.py
tests/test_severity.py
tests/test_state.py
tests/test_status.py
tests/test_wizard.py