1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-14 05:04:59 +00:00
No description
Find a file
2022-10-30 17:13:16 +03:00
.github Fix pyright 2022-07-01 15:14:49 +03:00
assets Changed licenses to have contributors in them 2022-06-25 14:08:21 +03:00
docs Make HTTPClient.request use orjson if it exists 2022-06-28 12:41:49 +00:00
github Fix links 2022-10-30 14:12:43 +00:00
tools Fix links 2022-10-30 14:12:43 +00:00
.gitignore Clean .gitignore 2022-06-25 16:30:35 +03:00
.readthedocs.yaml Updated readthedocs version to 2 2022-06-25 14:08:44 +03:00
LICENSE Changed licenses to have contributors in them 2022-06-25 14:08:21 +03:00
poetry.lock Update pyproject.toml 2022-06-29 07:19:21 +03:00
pyproject.toml Update pyproject.toml 2022-06-29 07:19:21 +03:00
README.md Update README.md 2022-10-30 17:13:16 +03:00

Feel free to fork! I don't want to maintain this anymore.

GitHub API Wrapper

Discord Server Invite

Easy to use Python wrapper for the GitHub API.

Key Features

  • Modern Pythonic Interface
  • Easy to use

Installing

Python 3.8 or higher is required to run the library

To install the library, run the following command:

# On Linux or MacOS
python3 -m pip install -U github

# On Windows
py -m pip install -U github