mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
875b34307b873f6617e8ba6b0895a3afda568e9f
This is a Python library to access the Gitub API v3.
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 )
Reference documentation
See file "Reference.md".
Description
Typed interactions with the GitHub API v3
https://pygithub.readthedocs.io/
12 MiB
Languages
Python
99.9%