This file is indexed.

/usr/lib/python2.7/dist-packages/PyFFTW3-0.2.2.egg-info is in python-fftw 0.2.2-1.

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
Metadata-Version: 1.1
Name: PyFFTW3
Version: 0.2.2
Summary: PyFFTW: Python bindings to the FFTW3 C-library
Home-page: www.launchpad.net/pyfftw
Author: Jochen Schroeder
Author-email: cycomanic@gmail.com
License: GPL v3
Description: PyFFTW provieds Python bindings to the FFTW3  "Fastest Fourier Transform in 
        the West." C-library(http://www.fftw.org/) for computing discrete Fourier 
        transforms. It uses numpy and ctypes and includes a somewhat pythonic interface
        to the FFTW routines, but leaves the concept of creating plans and executing 
        these plans intact.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering