mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
41b23089daa308f803a767652ff20eb464cd4109
This is a Python library to access the Gitub V3 API.
Tutorial
First create a Gihub instance:
from github import Github
g = Github( "user", "password" )
Then play with your Github objects:
for repository in g.user().get_repositories():
print repository.name
repository.edit( has_wiki = False )
Description
Typed interactions with the GitHub API v3
https://pygithub.readthedocs.io/
12 MiB
Languages
Python
99.9%