This file is indexed.

/usr/lib/python3/dist-packages/PyPrind-2.11.1.egg-info/PKG-INFO is in python3-pyprind 2.11.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
25
26
27
28
29
30
31
32
33
34
35
Metadata-Version: 1.1
Name: PyPrind
Version: 2.11.1
Summary: Python Progress Bar and Percent Indicator Utility
Home-page: https://github.com/rasbt/pyprind
Author: Sebastian Raschka
Author-email: mail@sebastianraschka.com
License: BSD 3-Clause
Description-Content-Type: UNKNOWN
Description: 
        
        The PyPrind (Python Progress Indicator) module provides a progress
        bar and a percentage indicator
        object that let you track the progress of a loop structure or
        other iterative computation.
        Typical applications include the processing of
        large data sets to provide an intuitive estimate
        at runtime about the progress of the computation.
        
        For more details and examples please see the package documentation
        https://github.com/rasbt/pyprind/blob/master/README.md.
        
        Contact
        =============
        
        If you have any questions or comments about PyPrind,
        please feel free to contact me via
        email: mail@sebastianraschka.com
        or Twitter: https://twitter.com/rasbt
Platform: any
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console