This file is indexed.

/usr/lib/python2.7/dist-packages/sympy-1.1.1.egg-info is in python-sympy 1.1.1-5.

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
31
32
33
34
35
36
Metadata-Version: 1.1
Name: sympy
Version: 1.1.1
Summary: Computer algebra system (CAS) in Python
Home-page: http://sympy.org
Author: SymPy development team
Author-email: sympy@googlegroups.com
License: BSD
Description: 
        SymPy is a Python library for symbolic mathematics. It aims to become a
        full-featured computer algebra system (CAS) while keeping the code as simple
        as possible in order to be comprehensible and easily extensible.  SymPy is
        written entirely in Python. It depends on mpmath, and other external libraries
        may be optionally for things like plotting support.
        
        See the webpage for more information and documentation:
        
            http://sympy.org
        
        
Keywords: Math CAS
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6