2 projects
pure-python-git
Pure-Python git reimplementation with a byte-exact in-process `ort` merge engine and no C `git` dependency. Installs `pygit`; opt-in `git` shim via `pip install pure-python-git[git]`.
pure-python-git-shim
Drop-in `git` console-script that delegates to pure-python-git. Install via `pip install pure-python-git[git]`.