This file is indexed.

/usr/share/pyshared/neuroshare-0.8.5.egg-info/PKG-INFO is in python-neuroshare 0.8.5-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
31
32
33
Metadata-Version: 1.1
Name: neuroshare
Version: 0.8.5
Summary: Python Bindings for Neuroshare
Home-page: http://www.g-node.org/neuroshare-tools
Author: Christian Kellner
Author-email: kellner@biologie.uni-muenchen.de
License: UNKNOWN
Description: 
        The Neuroshare API is a standardized interface to access
        electrophysiology data stored in various different file
        formats. To do so, it uses format- specific shared libraries.
        Refer to the official website
             		    http://neuroshare.org
        for more information.
        
        The aim of this library is to provide a high level interface
        to the Neuroshare API, i.e. it focuses on API usability more
        then being a mere python version of the C API. Thus none of
        the original Neuroshare API calls are directly exposed but
        the interface is through python objects that resemble (more
        or less) the Neuroshare Entities.
        
Keywords: neuroshare
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: C
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules