Git Support in Python: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Python Code Examples =Organizatorium= Modules: * GitPython https://pypi.org/project/GitPython/ GitPython is a python libr...")
 
Line 6: Line 6:
* 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
* PyGithub https://pypi.org/project/PyGithub/  Used for github apis
* https://pypi.org/project/github/

Revision as of 03:53, 18 July 2022

Internal

Organizatorium

Modules: