1234567891011121314151617181920 |
- Metadata-Version: 1.0
- Name: dulwich
- Version: 0.9.6
- Summary: Python Git Library
- Home-page: https://samba.org/~jelmer/dulwich
- Author: Jelmer Vernooij
- Author-email: jelmer@samba.org
- License: GPLv2 or later
- Description:
- Python implementation of the Git file formats and protocols,
- without the need to have git installed.
-
- All functionality is available in pure Python. Optional
- C extensions can be built for improved performance.
-
- The project is named after the part of London that Mr. and Mrs. Git live in
- in the particular Monty Python sketch.
-
- Keywords: git
- Platform: UNKNOWN
|