mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
884503f29f1d760be501d3a26ead2bf4abf46a35
This is a Python library to access the Gitub API v3.
Download and install
This package is in the Python Package Index. You can also clone it on Github.
Tutorial
First create a Gihub instance:
from github import Github
g = Github( "user", "password" )
Then play with your Github objects:
for repo in g.user().get_repos():
print repo.name
repo.edit( has_wiki = False )
Description
Typed interactions with the GitHub API v3
https://pygithub.readthedocs.io/
12 MiB
Languages
Python
99.9%