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.
| .gitignore | Add install-dulwich.sh | |
| git.py | Add aditional commands | |
| install-dulwich.sh | Add install-dulwich.sh | |
| LICENSE | Initial commit | |
| README.md | Update README.md | |
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