An open API service indexing awesome lists of open source software.

https://github.com/kenny2github/pygit

A re-implementation of Git in Python.
https://github.com/kenny2github/pygit

git python zlib

Last synced: 6 months ago
JSON representation

A re-implementation of Git in Python.

Awesome Lists containing this project

README

          

# Pygit
A re-implementation of Git in Python.

Some notes:
- This implementation is not compatible with regular Git; it is a separate execution of the same idea.
- Like many of my projects, I am doing this only to prove to myself that I can, not because it is useful.
- This will almost certainly be a permanent work in progress.