This file is indexed.

/usr/lib/python2.7/dist-packages/pyFAI-0.10.2.egg-info is in pyfai 0.10.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
23
24
25
26
27
28
29
30
Metadata-Version: 1.1
Name: pyFAI
Version: 0.10.2
Summary: Python implementation of fast azimuthal integration
Home-page: https://github.com/kif/pyFAI
Author: Jérôme Kieffer (python),       Peter Boesecke (geometry), Manuel Sanchez del Rio (algorithm),       Vicente Armando Sole (algorithm),       Dimitris Karkoulis (GPU), Jon Wright (adaptations)       and Frederic-Emmanuel Picca
Author-email: jerome.kieffer@esrf.fr
License: GPL
Download-URL: http://forge.epn-campus.eu/projects/azimuthal/files
Description: PyFAI is an azimuthal integration library that tries to be fast (as fast as C
        and even more using OpenCL and GPU).
        It is based on histogramming of the 2theta/Q positions of each (center of)
        pixel weighted by the intensity of each pixel, but parallel version use a
        SparseMatrix-DenseVector multiplication.
        Neighboring output bins get also a contribution of pixels next to the border
        thanks to pixel splitting.
        Finally pyFAI provides also tools to calibrate the experimental setup using Debye-Scherrer
        rings of a reference compound.
              
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GPL
Classifier: Programming Language :: Python
Classifier: Topic :: Crystallography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX