Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.1 KB

File metadata and controls

23 lines (16 loc) · 1.1 KB

git2py

Some git (gitlab and github) tools.

To install: pip install git2py

Note: The intent of this package was to provide a simple, high-level interface to git. Namely to github and gitlab, allowing for easy access to the resources of these platforms, and that would be easy to extend to other platforms.

What ended up happening is that we accumulated some useful tools, but stopped development after our main purpose was acheived (migrating from gitlab to github).

We may pick this project up again in the future, but for now, it's in a state of "good enough for now", and we're keeping it around to use the tools we've built.

You may want to check out some other projects that may have more active development:

  • hubcap: A mapping interface to github
  • ps: Call any available system command from python
  • some bits of wads and isee