| Name: | GitPython |
|---|---|
| Version: | 1.0.1 |
| Release: | 8.el7 |
| Architecture: | noarch |
| Group: | Development/Languages |
| Size: | 2151746 |
| License: | BSD |
| RPM: | GitPython-1.0.1-8.el7.noarch.rpm |
| Source RPM: | GitPython-1.0.1-8.el7.src.rpm |
| Build Date: | Mon Mar 09 2020 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://pypi.python.org/pypi/GitPython/ |
| Summary: | Python Git Library |
| Description: | GitPython is a python library used to interact with Git repositories. GitPython provides object model access to your git repository. Once you have created a repository object, you can traverse it to find parent commit(s), trees, blobs, etc. GitPython is a port of the grit library in Ruby created by Tom Preston-Werner and Chris Wanstrath. |