< Home - < Back

GitPython


Information about the package, GitPython, which is shipped with common Linux distributions. The GitPython package is designed for, Python Git Library.


Package Name:

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.

Architecture:

noarch

Version:

0.3.2

Release:

0.6.RC1.el6

Size:

452 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for GitPython


Control the GitPython package with the following handy commands outlined below.


Command

Description of Command

yum install GitPython

This command will install GitPython on the server.

yum remove GitPython

This command will un-install GitPython on the server. When you run this command, you will be asked if you are sure that you want to remove GitPython, so you have to manually confirm that you want to do this.

yum -y remove GitPython

This command will un-install GitPython on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove GitPython when using the -y flag.

yum update GitPython

This command will update GitPython to the latest version. When you run this command, you will be asked if you are sure that you want to remove GitPython, so you have to manually confirm that you want to do this.

yum -y update GitPython

This command will update GitPython to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove GitPython when using the -y flag.

yum info GitPython

This command will show you core information about the GitPython package.

yum deplist GitPython

This command will show you the dependencies for GitPython. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update GitPython

This command will check if there is an update waiting on GitPython. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.