发布于 2017-04-26 00:59:52 | 179 次阅读 | 评论: 0 | 来源: 网友投递
Pygit2 Python 的 Git 开发包
Pygit2 是一个基于 Python 的 libgit2 绑定。简单来说就是一个Python 的 Git 开发包.
Pygit2 v0.25.1 发布了。该版本更新如下:
添加对 Python 3.6 的支持
对 stash 新的支持:repository methods stash
, stash_apply
, stash_drop
和 stash_pop
#695
改进对子模块的支持:new repository methods init_submodules
和 update_submodules
#692
新的更友好的 API 用于分支和引用: Repository.branches
和 Repository.references
#700 #701
新的对定制后端的支持 #690
下载地址