This file is indexed.

/usr/lib/python2.7/dist-packages/pyNFFT-1.3.2.egg-info/PKG-INFO is in python-pynfft 1.3.2-2+b1.

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
37
38
39
40
41
42
Metadata-Version: 1.1
Name: pyNFFT
Version: 1.3.2
Summary: A pythonic wrapper around NFFT
Home-page: https://github.com/ghisvail/pyNFFT.git
Author: Ghislain Vaillant
Author-email: ghisvail@gmail.com
License: UNKNOWN
Description: "The NFFT is a C subroutine library for computing the
        nonequispaced discrete Fourier transform (NDFT) in one or more dimensions, of
        arbitrary input size, and of complex data."
        
        The NFFT library is licensed under GPLv2 and available at:
            http://www-user.tu-chemnitz.de/~potts/nfft/index.php
        
        This wrapper provides a somewhat Pythonic access to some of the core NFFT
        library functionalities and is largely inspired from the pyFFTW project
        developped by Henry Gomersall (http://hgomersall.github.io/pyFFTW/).
        
        This project is still work in progress and is still considered beta quality. In
        particular, the API is not yet frozen and is likely to change as the
        development continues. Please consult the documentation and changelog for more
        information.
Platform: Linux
Platform: Unix
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
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: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis