Skip to content

src-d/gypogit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gypogit

gypogit is a wrapper for the awesome go-git library working with Python 2.7/3.3+/PyPy.

Installation

A wheel may be available for your platform.

pip install gypogit

To install gypogit from source, you must have a working Go compiler.

pip install git+https://github.com/src-d/gypogit

Usage

from gypogit import Repository
r = Repository.New("https://github.com/src-d/go-git")
r.PullDefault()
for c in r.Commits():
    print(c)

The naming and classes are left intact to match go-git API.

License

MIT.

About

[UNMAINTAINED] go-git wrapper for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages