1
0
Fork
You've already forked libterm-git
0
Git CLI implemented in Python, made for LibTerm iOS app
This repository has been archived on 2022年06月28日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Python 96.6%
Shell 3.4%
Find a file
2019年11月09日 10:36:46 -07:00
.gitignore Add install-dulwich.sh 2019年11月07日 19:25:12 -07:00
git.py Add aditional commands 2019年11月09日 10:36:46 -07:00
install-dulwich.sh Add install-dulwich.sh 2019年11月07日 19:25:12 -07:00
LICENSE Initial commit 2019年11月06日 17:39:52 -07:00
README.md Update README.md 2019年11月06日 17:43:48 -07:00

libterm-git

This is an implementation of the Git CLI in pure Python. I am creating this to provide Git support in the LibTerm app on iOS. It must be able to work around these limitations of LibTerm:

  • No CPython, therefore C extensions are not supported
  • No curses support