Is there implementation of Git in pure Python?

后端 未结 3 960
甜味超标
甜味超标 2021-02-13 22:50

Is there implementation of Git in pure Python?

3条回答
  •  再見小時候
    2021-02-13 23:41

    Found Dulwich:

    Dulwich is a pure-Python implementation of the Git file formats and protocols.

    The project is named after the village in which Mr. and Mrs. Git live in the Monty Python sketch.

    Looks like a low-level library, the API did not appear friendly to my eyes, but there's a tutorial on the Github page

提交回复
热议问题