mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
4d411b2a989b2dad00235e60d95a2a870d8b0f0a
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%