This file is indexed.

/usr/share/pyshared/radix-0.5.egg-info is in python-radix 0.5-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
Metadata-Version: 1.0
Name: radix
Version: 0.5
Summary: Radix tree implementation
Home-page: http://www.mindrot.org/py-radix.html
Author: Damien Miller
Author-email: djm@mindrot.org
License: BSD
Description: py-radix is an implementation of a radix tree data structure for the storage 
        and retrieval of IPv4 and IPv6 network prefixes.
        
        The radix tree is the data structure most commonly used for routing table 
        lookups. It efficiently stores network prefixes of varying lengths and 
        allows fast lookups of containing networks.
        
Platform: UNKNOWN