This file is indexed.

/usr/share/pyshared/python_fcgi-19980130.egg-info is in python-fcgi 19980130-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
20
21
22
23
24
Metadata-Version: 1.1
Name: python-fcgi
Version: 19980130
Summary: Simple FastCGI module for Python
Home-page: http://alldunn.com/python/fcgi.py
Author: Robin Dunn et al
Author-email: robin@alldunn.com
License: This is free software.  You may use this software for any
purpose including modification/redistribution, so long as
this header remains intact and that you do not claim any
rights of ownership or authorship of this software.  This
software has been tested, but no warranty is expressed or
implied.

Description: Handles communication with the FastCGI module of the
        web server without using the FastCGI developers kit, but
        will also work in a non-FastCGI environment, (straight CGI.)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python