xgit-python

Git tool based on GitPython.


Keywords
git, GitPython, xgit, command-line, python
License
MIT
Install
pip install xgit-python==0.6

Documentation

xgit

Git tool based on GitPython.

build

fast build via xpip:

xpip-build setup --all && ls -lh dist/*

or build in linux:

rm -rf "build" "dist" "*.egg-info"
python setup.py check sdist bdist_wheel --universal