This file is indexed.

/usr/lib/python2.7/dist-packages/subprocess32-3.2.7.egg-info is in python-subprocess32 3.2.7-2.

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
Metadata-Version: 1.1
Name: subprocess32
Version: 3.2.7
Summary: A backport of the subprocess module from Python 3.2/3.3 for use on 2.x.
Home-page: https://github.com/google/python-subprocess32
Author: Gregory P. Smith
Author-email: greg@krypto.org
License: PSF license
Description: 
        This is a backport of the subprocess standard library module from
        Python 3.2 & 3.3 for use on Python 2.
        It includes bugfixes and some new features.  On POSIX systems it is
        guaranteed to be reliable when used in threaded applications.
        It includes timeout support from Python 3.3 but otherwise matches
        3.2's API.  It has not been tested on Windows.
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: SunOS/Solaris
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython