This fork of PyGithub provides support for read-only deploy keys
Project description
(Very short) Tutorial
First create a Github 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 with an OAuth token:
g = Github(token)
Or without authentication:
g = Github()
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PyGithub-ReadOnly-1.34.post3.tar.gz.
File metadata
- Download URL: PyGithub-ReadOnly-1.34.post3.tar.gz
- Upload date:
- Size: 2.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d70ddfa867a489dd5c0eccd9a17f614a730893a6a96eeb717bd876e681498955
|
|
| MD5 |
c4563f2caccca55b0c9d53e708da19f7
|
|
| BLAKE2b-256 |
a2efc93c9d1b534ca8620f03b2662583c5dd918dcce43f2cdbe9c1cd793a6ffd
|
File details
Details for the file PyGithub_ReadOnly-1.34.post3-py3-none-any.whl.
File metadata
- Download URL: PyGithub_ReadOnly-1.34.post3-py3-none-any.whl
- Upload date:
- Size: 3.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ade1be315943bda33f05d0906a30e40e420262a2ed3e51eee64540b6cb02b2ac
|
|
| MD5 |
d86045a1d10bb518f07a4ce1f2e089af
|
|
| BLAKE2b-256 |
8cfbbdcb8cd3cbf9680344e6ce86e5ede63ff1310bd9012729520dc4965f8fe8
|