Fork me on GitHub

GitHub API

Standard GitHub API implementation in python.

Configuration

NameTypeDefaultDescription
GITHUB_USERNAMEstrNoneThe username to be used in the authentication with the GitHub API.
GITHUB_PASSWORDstrNoneThe password to be used in the authentication with the GitHub API.
GITHUB_IDstrNoneWhile using OAuth provides a way to define the client identifier.
GITHUB_SECRETstrNoneWhile using OAuth provides a way to define the client secret.
GITHUB_REDIRECT_URLstrNoneTo be used in the OAuth process as the target redirect URL.
GITHUB_TOKENstrNoneIf defined allows a statically generated OAuth Token to be used.

License

GitHub API is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Build Status GitHub Coverage Status PyPi Status License