https://github.com/kenny2github/pygit
A re-implementation of Git in Python.
https://github.com/kenny2github/pygit
git python zlib
Last synced: 6 months ago
JSON representation
A re-implementation of Git in Python.
- Host: GitHub
- URL: https://github.com/kenny2github/pygit
- Owner: Kenny2github
- Created: 2021-12-11T03:54:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T03:54:58.000Z (over 4 years ago)
- Last Synced: 2025-02-13T07:46:21.588Z (about 1 year ago)
- Topics: git, python, zlib
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pygit
A re-implementation of Git in Python.
Some notes:
- This implementation is not compatible with regular Git; it is a separate execution of the same idea.
- Like many of my projects, I am doing this only to prove to myself that I can, not because it is useful.
- This will almost certainly be a permanent work in progress.