A Python library to access the GitHub API v3 and Github Enterprise API v3
PyGitHub is a Python library to access the GitHub API v3 and Github Enterprise API v3. This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications.
Install
Simple Demo
from github import Github
# First create a Github instance:
# using username and password