slackbuilds/python/dulwich
newHeiko 73fc67c82c python/dulwich: Add python3 support.
dulwich is a dependency of hg-git, a mercurial plugin: mercurial is
python3-only in current, so its plugins need python3 support.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2021-04-17 23:19:28 -05:00
..
README python/dulwich: Updated for version 0.8.1. 2011-12-11 10:47:09 -02:00
dulwich.SlackBuild python/dulwich: Add python3 support. 2021-04-17 23:19:28 -05:00
dulwich.info python/dulwich: Updated for version 0.18.6. 2017-11-20 17:59:21 +07:00
slack-desc python/dulwich: Updated for version 0.14.1. 2016-08-28 00:29:20 +01:00

README

Dulwich is a Python implementation of the Git file formats and
protocols.  It aims to give an interface to git repos (both local and
remote) that doesn't call out to git directly but instead uses pure
Python.