mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2026-01-13 16:51:02 +00:00
No description
| .github | ||
| assets | ||
| docs | ||
| github | ||
| .gitignore | ||
| .readthedocs.yaml | ||
| LICENSE | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
GitHub API Wrapper
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
Links
Discord Server <https://discord.gg/DWhwsQ5TsT>_GitHub API Documentation <https://docs.github.com/en/rest>_
