1234567891011121314151617181920212223242526 |
- Metadata-Version: 1.1
- Name: dulwich
- Version: 0.10.1a
- 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
- Classifier: Development Status :: 4 - Beta
- Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
- Classifier: Programming Language :: Python :: 2.6
- Classifier: Programming Language :: Python :: 2.7
- Classifier: Operating System :: POSIX
- Classifier: Topic :: Software Development :: Version Control
|