Git Support in Python: Difference between revisions
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| | {{Internal|Python Package PyGithub#Overview|PyGithub}} | ||
=Organizatorium= | =Organizatorium= | ||
* 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.
PyGithub
A package used to interact with GitHub APIs.