Git Support in Python: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
Modules:
Modules:
* GitPython https://pypi.org/project/GitPython/  GitPython is a python library used to interact with Git repositories
* GitPython https://pypi.org/project/GitPython/  GitPython is a python library used to interact with Git repositories
* PyGithub https://pypi.org/project/PyGithub/  Used for github apis
* https://pypi.org/project/github/
* https://pypi.org/project/github/

Revision as of 20:00, 25 October 2022

Internal

PyGithub

A package used to interact with GitHub APIs.

Python Package PyGithub

Organizatorium

Modules: