github4.py an actively developed wrapper around the GitHub API that forks github3.py.
Note: This library currently works with Python 3.7+ or pypy3. For older versions, please use github3.py version 1.3.0.
You can install github4.py via pip from PyPI:
$ pip install github4.py
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, github4.py is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
Original author of github3.py is Ian Stapleton Cordasco (sigmavirus24).