Dulwich

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.

Documentation

License

Dulwich is currently dual-licensed under the Apache version 2.0 license and the GNU General Public License, version 2 or later.

Source repository

Bug reports

Bug reports can be filed on the GitHub project page