slackbuilds_ponce/python/dulwich
Audrius Kažukauskas 764dcb92d1 python/dulwich: Added (implementation of Git formats and protocols)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2011-07-14 21:54:02 -03:00
..
dulwich.info python/dulwich: Added (implementation of Git formats and protocols) 2011-07-14 21:54:02 -03:00
dulwich.SlackBuild python/dulwich: Added (implementation of Git formats and protocols) 2011-07-14 21:54:02 -03:00
README python/dulwich: Added (implementation of Git formats and protocols) 2011-07-14 21:54:02 -03:00
slack-desc python/dulwich: Added (implementation of Git formats and protocols) 2011-07-14 21:54:02 -03:00

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.