This file is indexed.

/usr/lib/python3/dist-packages/lazr.delegates-2.0.1.egg-info/PKG-INFO is in python3-lazr.delegates 2.0.1-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
Metadata-Version: 1.1
Name: lazr.delegates
Version: 2.0.1
Summary: Easily write objects that delegate behavior
Home-page: https://launchpad.net/lazr.delegates
Author: LAZR Developers
Author-email: lazr-developers@lists.launchpad.net
License: LGPL v3
Download-URL: https://launchpad.net/lazr.delegates/+download
Description: 
        The ``lazr.delegates`` package makes it easy to write objects that delegate
        behavior to another object. The new object adds some property or behavior on
        to the other object, while still providing the underlying interface, and
        delegating behavior.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3