Use the full Github API v3
Project description
Tutorial
First create a Gihub instance:
from github import Github g = Github( "user", "password" )
Then play with your Github objects:
for repo in g.get_user().get_repos(): print repo.name repo.edit( has_wiki = False )
Reference documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PyGithub-0.3.tar.gz
(11.6 kB
view details)
File details
Details for the file PyGithub-0.3.tar.gz
.
File metadata
- Download URL: PyGithub-0.3.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b46b6d3bc3247f38a89e40fc45dddcce29a4ba3a3c4408341e9d7f9c71bbcfd6 |
|
MD5 | 5bfbe78fab2c5f8414435a8687c6beea |
|
BLAKE2b-256 | 7cf746bdaa10986e2c9dc0a9b7c9a430fbd6eea665b25861a76a2cfe4e2f6c09 |