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.2.zip
(12.1 kB
view details)
File details
Details for the file PyGithub-0.2.zip.
File metadata
- Download URL: PyGithub-0.2.zip
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
187044f17e7faa5e95e39f99c4792d400f8c925a567e903923cff485a73ab850
|
|
| MD5 |
27948f9bcc89156f49c60f23dc1d8942
|
|
| BLAKE2b-256 |
063180b30d3ff68c38c909943f8dec7d860f7cf87b90505a83c89c01b6ddb515
|