This file is indexed.

/usr/share/pyshared/python_lzo-1.08.egg-info is in python-lzo 1.08-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
Metadata-Version: 1.0
Name: python-lzo
Version: 1.08
Summary: Python bindings for the LZO data compression library
Home-page: http://www.oberhumer.com/opensource/lzo/
Author: Markus F.X.J. Oberhumer
Author-email: markus@oberhumer.com
License: GNU General Public License (GPL)
Description: 
        This module provides Python bindings for the LZO data compression library.
        
        LZO is a portable lossless data compression library written in ANSI C.
        It offers pretty fast compression and *very* fast decompression.
        Decompression requires no memory.
        
        In addition there are slower compression levels achieving a quite
        competitive compression ratio while still decompressing at
        this very high speed.
Platform: All