This file is indexed.

/usr/share/pyshared/WebHelpers-1.3.egg-info/PKG-INFO is in python-webhelpers 1.3-4.

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: WebHelpers
Version: 1.3
Summary: Web Helpers
Home-page: http://webhelpers.groovie.org/
Author: Mike Orr, Ben Bangert, Phil Jenvey
Author-email: sluggoster@gmail.com, ben@groovie.org, pjenvey@groovie.org
License: UNKNOWN
Description: 
        Web Helpers is a library of helper functions intended to make writing 
        web applications easier. It's the standard function library for
        Pylons and TurboGears 2, but can be used with any web framework.  It also
        contains a large number of functions not specific to the web, including text
        processing, number formatting, date calculations, container objects, etc.
        
        Version 1.3 fixes a performance regression in 1.2 regarding paginate with
        SQLAlchemy.
        
        WebHelpers itself depends only on MarkupSafe, but certain helpers depend on
        third-party packages as described in the docs.
        
        The development version of WebHelpers is at
        http://bitbucket.org/bbangert/webhelpers (Mercurial)
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules