2012-02-17 19:35:02 +01:00
Doc
2012-02-16 23:24:16 +01:00
2012-02-16 23:15:18 +01:00
2012-02-17 19:35:02 +01:00
2012-02-17 17:17:40 +01:00
2012-02-17 16:59:20 +01:00
2012-02-13 20:56:57 +01:00
2012-02-17 19:35:02 +01:00

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 )

Reference documentation

See file "Reference.md".

S
Description
Typed interactions with the GitHub API v3
https://pygithub.readthedocs.io/
Readme
12 MiB
Languages
Python 99.9%