This file is indexed.

/usr/share/pyshared/metaconfig-0.1.4a1.egg-info/PKG-INFO is in python-metaconfig 0.1.4a1-3.

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
Metadata-Version: 1.1
Name: metaconfig
Version: 0.1.4a1
Summary: A ConfigParser bootstraping library
Home-page: UNKNOWN
Author: Stephen Pascoe
Author-email: Stephen.Pascoe@stfc.ac.uk
License: BSD
Download-URL: http://ndg.nerc.ac.uk/dist
Description: 
        
        Metaconfig
        ==========
        
        Metaconfig is a library for centralising your Python's ConfigParser
        files.  It is inspired by the logging module where it is increadibly
        easy to start writing code that depends on logging whilst deferring
        how log messages will be handled until later.
        
        To get started with metaconfig just do::
        
          import metaconfig
          conf = metaconfig.get_config(__name__)
        
        conf will be a ConfigParser instance.  You can create a centralised
        config file to configure multiple applications and libraries.
        
        Further documentation is available at http://packages.python.org/metaconfig/.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries