This file is indexed.

/usr/lib/python2.7/dist-packages/dulwich-0.16.3.egg-info/PKG-INFO is in python-dulwich 0.16.3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Metadata-Version: 1.1
Name: dulwich
Version: 0.16.3
Summary: Python Git Library
Home-page: https://www.dulwich.io/
Author: Jelmer Vernooij
Author-email: jelmer@jelmer.uk
License: Apachev2 or later or GPLv2
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 :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Version Control