This file is indexed.

/usr/share/pyshared/dap-2.2.6.7.egg-info/PKG-INFO is in python-dap 2.2.6.7-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
Metadata-Version: 1.1
Name: dap
Version: 2.2.6.7
Summary: DAP (Data Access Protocol) client and server for Python.
Home-page: http://pydap.org/
Author: Roberto De Almeida
Author-email: rob@pydap.org
License: MIT
Description: Implementation of the `Data Access Protocol <http://opendap.org>`_. 
        
        This is a Python implementation of the Data Access Protocol, a
        scientific protocol for data access developed by the OPeNDAP team
        (http://opendap.org). This implementation is developed from scratch,
        following the latest specification of the protocol (DAP 2.0 Draft
        Community Standard 2005/04/27) and based on my experience with
        OPeNDAP servers on the wild.
        
        Using this module one can access hundreds of scientific datasets
        from Python programs, accessing data in an efficient, transparent
        and pythonic way. Arrays are manipulated like normal multi-dimensional
        arrays (like numpy.array, e.g.), with the fundamental difference
        that data is downloaded on-the-fly when a variable is sliced.
        Sequential data can be filtered on the server side before being
        downloaded, saving bandwith and time.
        
        The module also implements a DAP server, allowing datasets from a
        multitude of formats (netCDF, Matlab, CSV, GrADS/GRIB files, SQL
        RDBMS) to be served on the internet. The server specifies a plugin
        API for supporting new data formats in an easy way. The DAP server
        is implemented as a WSGI application (see PEP 333), running on a
        variery of servers, and can be combined with WSGI middleware to
        support authentication, gzip compression and much more.
        
        The latest version is available in a `Subversion repository
        <http://pydap.googlecode.com/svn/trunk/dap#egg=dap-dev>`_.
Keywords: dap opendap dods data science climate meteorology oceanography
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules