This file is indexed.

/usr/lib/python2.7/dist-packages/iniparse-0.4.egg-info is in python-iniparse 0.4-2.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
Metadata-Version: 1.1
Name: iniparse
Version: 0.4
Summary: Accessing and Modifying INI files
Home-page: http://code.google.com/p/iniparse/
Author: Paramjit Oberoi
Author-email: param@cs.wisc.edu
License: MIT
Description: iniparse is an INI parser for  Python which is API compatible
        with the standard library's ConfigParser, preserves structure of INI
        files (order of sections & options, indentation, comments, and blank
        lines are preserved when data is updated), and is more convenient to
        use.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules