Metadata-Version: 2.1
Name: dulwich
Version: 0.19.2
Summary: Python Git Library
Home-page: https://www.dulwich.io/
Author-email: jelmer@jelmer.uk
License: Apachev2 or later or GPLv2
Keywords: git
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Software Development :: Version Control
Provides-Extra: https
Provides-Extra: fastimport
Requires-Dist: urllib3 (>=1.21)
Requires-Dist: certifi
Provides-Extra: fastimport
Requires-Dist: fastimport; extra == 'fastimport'
Provides-Extra: https
Requires-Dist: urllib3[secure] (>=1.21); extra == 'https'


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.


