New upstream version 0.18.5
[jelmer/dulwich.git] / dulwich.egg-info / PKG-INFO
1 Metadata-Version: 1.1
2 Name: dulwich
3 Version: 0.18.5
4 Summary: Python Git Library
5 Home-page: https://www.dulwich.io/
6 Author: UNKNOWN
7 Author-email: jelmer@jelmer.uk
8 License: Apachev2 or later or GPLv2
9 Description: 
10               Python implementation of the Git file formats and protocols,
11               without the need to have git installed.
12         
13               All functionality is available in pure Python. Optional
14               C extensions can be built for improved performance.
15         
16               The project is named after the part of London that Mr. and Mrs. Git live
17               in in the particular Monty Python sketch.
18               
19 Keywords: git
20 Platform: UNKNOWN
21 Classifier: Development Status :: 4 - Beta
22 Classifier: License :: OSI Approved :: Apache Software License
23 Classifier: Programming Language :: Python :: 2.7
24 Classifier: Programming Language :: Python :: 3.3
25 Classifier: Programming Language :: Python :: 3.4
26 Classifier: Programming Language :: Python :: 3.5
27 Classifier: Programming Language :: Python :: 3.6
28 Classifier: Programming Language :: Python :: Implementation :: CPython
29 Classifier: Programming Language :: Python :: Implementation :: PyPy
30 Classifier: Operating System :: POSIX
31 Classifier: Operating System :: Microsoft :: Windows
32 Classifier: Topic :: Software Development :: Version Control