Based on the original git by a bus, with enhancements to be able to process much larger repos.
Note: this is developed for Python 3.3+. If you don't have that, good luck.
pip install cffi
- Follow the pygit2 instructions to get the libgit C bindings
- Run
python setup.py install
in thegitbyatruck
directory
Bam, you're done!