From c6f75ea3089b0803aaad1ba8645d085636412552 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Sat, 17 Jun 2023 11:18:54 +0900 Subject: python/python3-PyGithub: Added (Typed interactions with github). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-PyGithub/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-PyGithub/README (limited to 'python/python3-PyGithub/README') diff --git a/python/python3-PyGithub/README b/python/python3-PyGithub/README new file mode 100644 index 0000000000..76838cb7e5 --- /dev/null +++ b/python/python3-PyGithub/README @@ -0,0 +1,5 @@ +python3-PyGithub (Typed interactions with the GitHub API v3) + +PyGitHub is a Python library to access the GitHub REST API. This +library enables you to manage GitHub resources such as repositories, +user profiles, and organizations in your Python applications. -- cgit v1.2.3