Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 769 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 769 Bytes

gitpylib

PyPI version

Python library for Git.

gitpylib is a lightweight wrapper of the git command.

As of 02/2015 gitpylib is no longer mantained. If you are looking to interact with git repositories from Python you can use subprocess or sh to call to git directly or use pygit2, dulwich or gitpython. gitpylib used to sit somewhere in the middle between these two alternatives.

Install

Via pip (the Python Package Manager):

$> pip install gitless