From 05f49a59decfa659a547f9a238c7922f87cb36bc Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 12 Jun 2018 05:36:38 +0200 Subject: [PATCH] Add check-in to projects using PyGithub (#814) * Add check-in to projects using PyGithub * Drop pip install link --- doc/introduction.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/introduction.rst b/doc/introduction.rst index 4792c5ef..0d3ae295 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -72,6 +72,7 @@ Projects using PyGithub * https://github.com/gomesfernanda/some-github-metrics - Python functions for relevant metrics on GitHub repositories * https://github.com/SOM-Research/Gitana - a SQL-based Project Activity Inspector * https://github.com/YakDriver/satsukia - Python package that helps manage GitHub releases and release assets +* `check-in `_ — Python CLI distribution that allows user to use GitHub Checks API as a bot. They talk about PyGithub ------------------------