This file is indexed.

/usr/share/pyshared/FibraNet-10.egg-info/PKG-INFO is in python-fibranet 10-3.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
Metadata-Version: 1.0
Name: FibraNet
Version: 10
Summary: A cooperative threading and event driven framework with simple network capabilities.
Home-page: http://code.google.com/p/fibranet/
Author: Simon Wittber
Author-email: simonwittber@gmail.com
License: BSD
Description: 
        The FibraNet package provides an event dispatch mechanism, a cooperative scheduler, an asynchronous networking library
        and a safe, fast serializer for simple Python types. It is designed to simplify applications which need to simulate concurrency, 
        particularly games.
        
        New in this Version:
        ===================
        gherkin now efficiently encodes homogenous lists and tuples.
        
Platform: Any