.editorconfig
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
Makefile
README.rst
dev-requirements.txt
pylintrc
setup.cfg
setup.py
docs/black_digest.html
docs/black_digest.yaml
docs/cpython_issues.yaml
scriv.d/README.txt
src/dinghy/__init__.py
src/dinghy/__main__.py
src/dinghy/adhoc.py
src/dinghy/cli.py
src/dinghy/digest.py
src/dinghy/graphql_helpers.py
src/dinghy/helpers.py
src/dinghy/jinja_helpers.py
src/dinghy.egg-info/PKG-INFO
src/dinghy.egg-info/SOURCES.txt
src/dinghy.egg-info/dependency_links.txt
src/dinghy.egg-info/requires.txt
src/dinghy.egg-info/top_level.txt
src/dinghy/graphql/author_frag.graphql
src/dinghy/graphql/comment_frag.graphql
src/dinghy/graphql/issue_comments.graphql
src/dinghy/graphql/issue_frag.graphql
src/dinghy/graphql/org_project_entries.graphql
src/dinghy/graphql/pr_comments.graphql
src/dinghy/graphql/pr_reviews.graphql
src/dinghy/graphql/pr_reviewthreads.graphql
src/dinghy/graphql/project_entries_frag.graphql
src/dinghy/graphql/pull_request_frag.graphql
src/dinghy/graphql/repo_frag.graphql
src/dinghy/graphql/repo_issues.graphql
src/dinghy/graphql/repo_pull_requests.graphql
src/dinghy/graphql/review_comments.graphql
src/dinghy/graphql/review_frag.graphql
src/dinghy/graphql/reviewthread_comments.graphql
src/dinghy/graphql/reviewthread_frag.graphql
src/dinghy/graphql/search_entries.graphql
src/dinghy/templates/digest.html.j2
tests/test_helpers.py