Use the full Github API v3
Project description
(Very short) Tutorial
First create a Github instance:
from github import Github
# using username and password
g = Github("user", "password")
# or using an access token
g = Github("access_token")
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-1.40a4.tar.gz
(2.6 MB
view details)
File details
Details for the file PyGithub-1.40a4.tar.gz.
File metadata
- Download URL: PyGithub-1.40a4.tar.gz
- Upload date:
- Size: 2.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8b2556b93c04adbb6dffe073252b4ae96d51157e7a73c6f2ef9a0e8e993b344
|
|
| MD5 |
7208ab486d21395fe3da53a5d2f0bbff
|
|
| BLAKE2b-256 |
0d4c718f5eb1b0a7985b54ec68c8e54e1b01c9935ee2b7cdf04ac2fc933f4708
|