Dulwich is a Python implementation of the Git file formats and protocols, which does not depend on Git itself. All functionality is available in pure Python. Optional C extensions can be built for improved performance. Dulwich takes its name from the area in London where the friendly Mr. and Mrs. Git once attended a cocktail party. Supported Python versions are Python 3.5 and later. Versions of Dulwich prior to 0.20 also supported Python 2.7. Supported platforms include Linux, Mac OS X and Windows. Dulwich comes with both a lower-level API and higher-level plumbing ("porcelain"). By default, Dulwich' setup.py will attempt to build and install the optional C extensions. The reason for this is that they significantly improve the performance since some low-level operations that are executed often are much slower in CPython.

Features

  • Dulwich is currently dual-licensed under the Apache version 2.0 license
  • By default, Dulwich' setup.py will attempt to build and install the optional C extension
  • At the moment, Dulwich supports (and is tested on) CPython 3.6 and later and Pypy
  • Dulwich comes with both a lower-level API and higher-level plumbing
  • Dulwich is a pure-Python Git implementation
  • Documentation can also be found on the web

Project Samples

Project Activity

See All Activity >