Skip to main content

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

See http://pygithub.github.io/PyGithub/v1/index.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyGithub-ReadOnly-1.34.post3.tar.gz (2.6 MB view details)

Uploaded Source

Built Distribution

PyGithub_ReadOnly-1.34.post3-py3-none-any.whl (3.1 MB view details)

Uploaded Python 3

File details

Details for the file PyGithub-ReadOnly-1.34.post3.tar.gz.

File metadata

File hashes

Hashes for PyGithub-ReadOnly-1.34.post3.tar.gz
Algorithm Hash digest
SHA256 d70ddfa867a489dd5c0eccd9a17f614a730893a6a96eeb717bd876e681498955
MD5 c4563f2caccca55b0c9d53e708da19f7
BLAKE2b-256 a2efc93c9d1b534ca8620f03b2662583c5dd918dcce43f2cdbe9c1cd793a6ffd

See more details on using hashes here.

File details

Details for the file PyGithub_ReadOnly-1.34.post3-py3-none-any.whl.

File metadata

File hashes

Hashes for PyGithub_ReadOnly-1.34.post3-py3-none-any.whl
Algorithm Hash digest
SHA256 ade1be315943bda33f05d0906a30e40e420262a2ed3e51eee64540b6cb02b2ac
MD5 d86045a1d10bb518f07a4ce1f2e089af
BLAKE2b-256 8cfbbdcb8cd3cbf9680344e6ce86e5ede63ff1310bd9012729520dc4965f8fe8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page