/github4.py

Fork of wrapper library for interacting with GitHub's API in a convenient and ergonomic way. Works on Python 3.6+.

Primary LanguagePythonMIT LicenseMIT

github4.py

PyPI Python Version License

Read the documentation at https://github4.readthedocs.io/ Tests Codecov

pre-commit Black

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.

Installation

You can install github4.py via pip from PyPI:

$ pip install github4.py

Dependencies

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license, github4.py is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

Original author of github3.py is Ian Stapleton Cordasco (sigmavirus24).