Skip to content

ripe-tech/github-api

 
 

Repository files navigation

Standard GitHub API implementation in python.

Configuration

Name Type Default Description
GITHUB_USERNAME str None The username to be used in the authentication with the GitHub API.
GITHUB_PASSWORD str None The password to be used in the authentication with the GitHub API.
GITHUB_ID str None While using OAuth provides a way to define the client identifier.
GITHUB_SECRET str None While using OAuth provides a way to define the client secret.
GITHUB_REDIRECT_URL str None To be used in the OAuth process as the target redirect URL.
GITHUB_TOKEN str None If 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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%