Bookmarks tagged Python and git

4 Oct 2023 github.com
PyGitHub is a Python library to access the GitHub REST API. This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications.
#GitHub + #Python - #git -
4 Oct 2023 github.com
GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing.
It provides abstractions of git objects for easy access of repository data often backed by calling the git command-line program. ⚠️ This project is in maintenance mode
#Python - #git -