This file is indexed.

/usr/lib/python2.7/dist-packages/cvxopt-1.1.9.egg-info is in python-cvxopt 1.1.9+dfsg-2build1.

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
Metadata-Version: 1.1
Name: cvxopt
Version: 1.1.9
Summary: Convex optimization package
Home-page: http://cvxopt.org
Author: M. Andersen, J. Dahl, and L. Vandenberghe
Author-email: martin.skovgaard.andersen@gmail.com, dahl.joachim@gmail.com, vandenbe@ee.ucla.edu
License: GNU GPL version 3
Description: 
        CVXOPT is a free software package for convex optimization based on the
        Python programming language. It can be used with the interactive Python
        interpreter, on the command line by executing Python scripts, or
        integrated in other software via Python extension modules. Its main
        purpose is to make the development of software for convex optimization
        applications straightforward by building on Python's extensive standard
        library and on the strengths of Python as a high-level programming
        language.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering