This file is indexed.

/usr/share/pyshared/Louie-1.1.egg-info/PKG-INFO is in python-louie 1.1-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
Metadata-Version: 1.1
Name: Louie
Version: 1.1
Summary: Signal dispatching mechanism
Home-page: http://louie.berlios.de/
Author: Patrick K. O'Brien and contributors
Author-email: louie-users@lists.berlios.de
License: BSD
Download-URL: http://cheeseshop.python.org/pypi/Louie
Description: Louie provides Python programmers with a straightforward way to
        dispatch signals between objects in a wide variety of contexts. It is
        based on PyDispatcher_, which in turn was based on a highly-rated
        recipe_ in the Python Cookbook.
        
        .. _PyDispatcher: http://pydispatcher.sf.net/
        
        .. _recipe: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/87056
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules