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
Please read the CONTRIBUTING document.
You can run either pip install -r dev-requirements.txt
to install the
following before testing or simply make test-deps
. It is suggested you do
this in a virtual environment. These need to be installed for the tests to run.
You can find master build statuses for different environments.
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.
See the docs for more examples.
Original author of github3.py is Ian Stapleton Cordasco (sigmavirus24).