This file is indexed.

/usr/share/pyshared/PasteWebKit-1.0.egg-info/PKG-INFO is in python-pastewebkit 1.0-7build1.

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
Metadata-Version: 1.1
Name: PasteWebKit
Version: 1.0
Summary: A port/reimplementation of Webware WebKit in WSGI and Paste
Home-page: http://pythonpaste.org/webkit/
Author: Ian Bicking
Author-email: ianb@colorstudy.com
License: UNKNOWN
Description: This is a reimplementation of the `Webware
        <http://webwareforpython.org>`_ API, using `Paste
        <http://pythonpaste.org>`_ for most of the functionality, and just
        providing an API wrapper.
        
        While the basic layout of applications is different from what
        Webware's ``MakeAppWorkDir`` creates, this is intended to be backward
        compatible for most typical Webware applications.
         
        See also the `Subversion repository
        <http://svn.pythonpaste.org/Paste/WebKit/trunk#egg=PasteWebKit-dev>`_
        
Keywords: web wsgi application framework webware webkit
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Framework :: Paste