Python client for GitHub API#
Welcome to the documentation of this Python wrapper for the GitHub API 🤗
This project will allow you to interact with GitHub API directly in Python. More specifically, the supported features include:
Repository: fetch high-level information and enumerate the pull requests.
Pull Request: fetch high-level information, the code difference, list the reviews or the comments.
Review: stage comment and submit a review to a PR.
User: fetch high-level information and enumerate the repositories.
Search: query repositories and users.