Description
Read and manage Git object database data from Python. It helps Git-related libraries inspect blobs, trees, commits, tags, and pack storage without relying on the git command for every operation.
This is a developer library for repository tooling, not a full Git client. Repository data can be large or sensitive, so tools should handle paths, object trust, and corrupt repositories carefully.