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

gitless-vcs/gitpylib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[deprecated] A lightweight wrapper of the git command

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages