Git Support in Python: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
=Internal=
=Internal=
* [[Python_Code_Examples#Code_Examples|Python Code Examples]]
* [[Python_Code_Examples#Code_Examples|Python Code Examples]]
=GitPython=
A package used to interact with Git repositories.
{{Internal|Python Package GitPython#Overview|GitPython}}
=PyGithub=
=PyGithub=
A package used to interact with GitHub APIs.
A package used to interact with GitHub APIs.
{{Internal|Python Package PyGithub#Overview|Python Package PyGithub}}
{{Internal|Python Package PyGithub#Overview|PyGithub}}


=Organizatorium=
=Organizatorium=
Modules:
* GitPython https://pypi.org/project/GitPython/  GitPython is a python library used to interact with Git repositories
* https://pypi.org/project/github/
* https://pypi.org/project/github/

Latest revision as of 20:01, 25 October 2022

Internal

GitPython

A package used to interact with Git repositories.

GitPython

PyGithub

A package used to interact with GitHub APIs.

PyGithub

Organizatorium