This file is indexed.

/usr/share/pyshared/pychecker-0.8.19.egg-info is in pychecker 0.8.19-12.

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: pychecker
Version: 0.8.19
Summary: Python source code checking tool
Home-page: http://pychecker.sourceforge.net/
Author: Neal Norwitz
Author-email: nnorwitz@gmail.com
License: BSD-like
Description: 
        PyChecker is a tool for finding bugs in python source code.  It finds problems
        that are typically caught by a compiler for less dynamic languages, like C and
        C++. Because of the dynamic nature of Python, some warnings may be incorrect;
        however, spurious warnings should be fairly infrequent.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing