This file is indexed.

/usr/lib/python2.7/dist-packages/python_cpl-0.6.2.egg-info is in python-cpl 0.6.2-2.

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
43
44
45
46
47
48
49
50
51
52
53
Metadata-Version: 1.1
Name: python-cpl
Version: 0.6.2
Summary: Python interface for the Common Pipeline Library.
Home-page: https://pypi.python.org/pypi/python-cpl/0.6.2
Author: Ole Streicher
Author-email: python-cpl@liska.ath.cx
License: GPL
Download-URL: http://pypi.python.org/packages/source/p/python-cpl/python-cpl-0.6.2.tar.gz
Description: This module can list, configure and execute CPL-based recipes from Python.
        The input, calibration and output data can be specified as FITS files
        or as astropy.io.fits objects in memory.
        
        The Common Pipeline Library (CPL) comprises a set of ISO-C libraries that
        provide a comprehensive, efficient and robust software toolkit. It forms a
        basis for the creation of automated astronomical data-reduction tasks. One of
        the features provided by the CPL is the ability to create data-reduction
        algorithms that run as plugins (dynamic libraries). These are called "recipes"
        and are one of the main aspects of the CPL data-reduction development
        environment. More information about the CPL can be found here:
        
          http://www.eso.org/sci/software/cpl/
        
        The interface may be used to run ESO pipeline recipes linked to CPL 
        versions 4.0 to 6.3.1.
        
        Build instructions
        ------------------
        
        python-cpl requires:
        
           - Python 2.6 or later
           - astropy or pyfits
        
        python-cpl uses the standard Python distutils system to build and install
        itself.  From the command line run::
        
            python setup.py install
        
        to install python-cpl.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2 
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires: pyfits
Provides: cpl