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 )
You can also create a Github instance without authentication:
g = Github()
Or with an OAuth token:
g = Github( token )
Reference documentation
Release files for PyGithub 0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyGithub-0.7.tar.gz | 17.4 kB | Details |
Release files / PyGithub-0.7.tar.gz
| Download URL | PyGithub-0.7.tar.gz |
|---|---|
| Size | 17.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
39e7c810cf44688b34010bb10073e0c84f5c224f70e908ced4a82dc33f11f8a3
|
|
BLAKE2b-256 checksum How to use checksums |
d37cb7a8dd9152e91c65a7e9981e84b4e38d78cfa4d39db0d51c0e0873a7ddb2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |