CHANGES.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/Makefile
docs/backlog.md
docs/changes.md
docs/conf.py
docs/index.md
docs/install.md
docs/make.bat
docs/readme.md
docs/_static/.gitkeep
docs/_templates/.gitkeep
docs/project/caveats.md
docs/project/index.md
docs/project/prior-art.md
docs/report/index.md
docs/source/github.md
docs/source/index.md
docs/source/opsgenie.md
docs/source/slack.md
docs/tool/index.md
docs/tool/aika/index.md
docs/tool/goof/index.md
docs/tool/goof/slack.md
src/__init__.py
src/pueblo_goof/__init__.py
src/pueblo_goof/cli.py
src/pueblo_goof/util.py
src/pueblo_goof/slack/__init__.py
src/pueblo_goof/slack/conversation.py
src/pueblo_goof/slack/model.py
src/rapporto/__init__.py
src/rapporto/cli.py
src/rapporto/option.py
src/rapporto/util.py
src/rapporto.egg-info/PKG-INFO
src/rapporto.egg-info/SOURCES.txt
src/rapporto.egg-info/dependency_links.txt
src/rapporto.egg-info/entry_points.txt
src/rapporto.egg-info/requires.txt
src/rapporto.egg-info/top_level.txt
src/rapporto/notify/__init__.py
src/rapporto/notify/cli.py
src/rapporto/report/__init__.py
src/rapporto/report/cli.py
src/rapporto/report/model.py
src/rapporto/report/slack.py
src/rapporto/source/__init__.py
src/rapporto/source/github/__init__.py
src/rapporto/source/github/actions.py
src/rapporto/source/github/activity.py
src/rapporto/source/github/attention.py
src/rapporto/source/github/backup.py
src/rapporto/source/github/cli.py
src/rapporto/source/github/model.py
src/rapporto/source/github/util.py
src/rapporto/source/opsgenie/__init__.py
src/rapporto/source/opsgenie/cli.py
src/rapporto/source/opsgenie/core.py
src/rapporto/source/slack/__init__.py
src/rapporto/source/slack/cli.py
src/rapporto/source/slack/core.py
tests/test_cli.py
tests/test_util.py