This file is indexed.

/usr/lib/python2.7/dist-packages/sptest-0.2.1.egg-info is in python-sptest 0.2.1-3.

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: sptest
Version: 0.2.1
Summary: Python unittest extension
Home-page: http://www.bitbucket.org/sp/sptest
Author: Stephan Peijnik
Author-email: sp@sp.or.at
License: GNU GPLv3+
Description: sptest provides an easier way of customizing how
            Python unittest results are handled. It comes with two simple output
            handler classes: FancyCLIOutput (coloured output) and XMLOutput, which
            writes the results to an XML file.
        
            New output handlers can be implemented by extending the
            sptest.output.IOutput interface.
            
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Testing