Skip to main content

Slightly modified version of PyGithub while we work on a PR passing review. Added ability to interact with release assets.

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

KPyGithub-1.32a1.tar.gz (2.6 MB view details)

Uploaded Source

File details

Details for the file KPyGithub-1.32a1.tar.gz.

File metadata

  • Download URL: KPyGithub-1.32a1.tar.gz
  • Upload date:
  • Size: 2.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for KPyGithub-1.32a1.tar.gz
Algorithm Hash digest
SHA256 1614985e32c995bb5f0f8d810d922fcaeeb934bc6fb3b380bd0ac2dd01728f61
MD5 4554c3cef96d5cc51e7a1bfa481fdd0e
BLAKE2b-256 9a30543dc5509cc495bb196179fb2db037c949b75a902de71abf68df905342f5

See more details on using hashes here.

Supported by

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