This file is indexed.

/usr/share/pyshared/cubictemp-2.0.egg-info is in python-cubictemp 2.0-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
25
26
27
28
29
30
31
32
33
34
35
36
37
Metadata-Version: 1.0
Name: cubictemp
Version: 2.0
Summary: A more elegant templating library for a more civilised age
Home-page: http://dev.nullcube.com
Author: Nullcube Pty Ltd
Author-email: aldo@nullcube.com
License: MIT
Download-URL: http://dev.nullcube.com/download/cubictemp-2.0.tar.gz
Description: 
        A small, elegant templating system for Python.
        
        Features
        ========
        
        * Simple, well-tested and well-documented.
        * Integrates tightly with Python - pass arbitrary Python objects into a
        template, walk sequences and iterators, evaluate expressions.
        * Default escaping helps to prevent common classes of Cross-Site Scripting
        vulnerabilities.
        * Encourages separation of interface and program logic by disallowing
        statements in templates.
        * Tiny - only ~ 170 SLOC. There are many large, over-designed
        Python templating systems out there.  Cubictemp proves that a templating
        sytem can be complete, elegant, powerful, fast and remain compact.
        
        Cubictemp requires Python 2.4 or newer.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing