This file is indexed.

/usr/share/pyshared/xappy-0.5.egg-info is in python-xappy 0.5-5.

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: xappy
Version: 0.5
Summary: Easy-to-use interface to the Xapian search engine
Home-page: http://code.google.com/p/xappy
Author: Richard Boulton
Author-email: richard@lemurconsulting.com
License: GPL
Download-URL: http://xappy.googlecode.com/files/xappy-0.5.tar.gz
Description: 
        The "xappy" python module is an easy-to-use interface to the Xapian search
        engine. Xapian provides a low level interface, dealing with terms and
        documents, but not really worrying about where terms come from, or how to build
        searches to match the way in which data has been indexed. In contrast, "xappy"
        allows you to design a field structure, specifying what kind of information is
        held in particular fields, and then uses this field structure to index data
        appropriately, and to build and perform searches.
        
        Xappy is not yet stable - in particular, both the API and database format will
        change in future releases.   If you wish to use it, we recommend that you
        subscribe to the xappy-discuss mailing list (see
        http://groups.google.com/group/xappy-discuss) to keep up-to-date with changes
        to Xappy. 
        
        
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: C++
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX