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/project.md
docs/_static/.gitkeep
docs/_templates/.gitkeep
docs/guide/github.md
docs/guide/index.md
docs/guide/slack.md
src/__init__.py
src/rapporto/__init__.py
src/rapporto/cli.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/github/__init__.py
src/rapporto/github/cli.py
src/rapporto/github/core.py
src/rapporto/github/model.py
src/rapporto/github/util.py
src/rapporto/slack/__init__.py
src/rapporto/slack/cli.py
src/rapporto/slack/core.py
tests/test_cli.py
tests/test_util.py