README.md
pyproject.toml
src/gitlab_watcher/__init__.py
src/gitlab_watcher/__main__.py
src/gitlab_watcher/cache.py
src/gitlab_watcher/cli.py
src/gitlab_watcher/config.py
src/gitlab_watcher/discord.py
src/gitlab_watcher/exceptions.py
src/gitlab_watcher/git_ops.py
src/gitlab_watcher/gitlab_client.py
src/gitlab_watcher/logging_utils.py
src/gitlab_watcher/processor.py
src/gitlab_watcher/protocols.py
src/gitlab_watcher/state.py
src/gitlab_watcher/watcher.py
src/gitlab_watcher.egg-info/PKG-INFO
src/gitlab_watcher.egg-info/SOURCES.txt
src/gitlab_watcher.egg-info/dependency_links.txt
src/gitlab_watcher.egg-info/entry_points.txt
src/gitlab_watcher.egg-info/requires.txt
src/gitlab_watcher.egg-info/top_level.txt
tests/test_cache.py
tests/test_config.py
tests/test_config_extra.py
tests/test_discord.py
tests/test_git_ops.py
tests/test_gitlab_client.py
tests/test_logging_utils.py
tests/test_processor.py
tests/test_watcher.py