This file is indexed.

/usr/lib/python2.7/dist-packages/ScriptTest-1.2.egg-info/PKG-INFO is in python-scripttest 1.2-1build1.

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
Metadata-Version: 1.1
Name: ScriptTest
Version: 1.2
Summary: Helper to test command-line scripts
Home-page: http://pythonpaste.org/scripttest/
Author: Ian Bicking
Author-email: ianb@colorstudy.com
License: MIT
Description: ScriptTest is a library to help you test your interactive command-line
        applications.
        
        With it you can easily run the command (in a subprocess) and see the
        output (stdout, stderr) and any file modifications.
        
        * The `source repository <http://bitbucket.org/ianb/scripttest/>`_.
        
Keywords: test unittest doctest command line scripts
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Testing