This package is used to provide a simple python interface for interacting with GitHub. It is based on the official public Rest API documentation and private methods discovered by the community.
This project is documented at https://githubutilsapi.readthedocs.io/
$ pip install github-utils-api
- Git clone repository
- Use
pip install -r requirements.txt
to install the required packages - or
pipenv install && pipenv install --dev
Import this python package and code.
from githubutilsapi import GithubUtilsApi
First of all, I am happy for any PR requests. Let's fork and provide your changes :)
- Fork this project
- Install required software Python3
- Make your changes
- Remember to generate documented methods
- Test your changes and create the pull request
This project is licensed under the terms of the MIT license.
For a copy, see https://opensource.org/licenses/MIT.