2012-02-22 20:29:16 +00:00
2012-02-17 19:35:02 +01:00
2012-02-18 10:31:00 +01:00
2012-02-16 23:15:18 +01:00
2012-02-19 21:59:55 +00:00
2012-02-13 20:56:57 +01:00
2012-02-19 20:56:28 +00: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 )
S
Description
Typed interactions with the GitHub API v3
https://pygithub.readthedocs.io/
Readme
12 MiB
Languages
Python 99.9%