2012-02-16 23:22:21 +01:00
2012-02-16 22:58:51 +01:00
2012-02-12 16:33:27 +01:00
Doc
2012-02-16 23:22:21 +01:00
2012-02-16 23:15:18 +01:00
Doc
2012-02-16 23:22:21 +01:00
2012-02-16 19:30:49 +01:00
2012-02-13 20:56:57 +01:00

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 )
S
Description
Typed interactions with the GitHub API v3
https://pygithub.readthedocs.io/
Readme
12 MiB
Languages
Python 99.9%