This file is indexed.

/usr/lib/python2.7/dist-packages/stringtemplate3-3.1.egg-info is in python-stringtemplate3 3.1-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
Metadata-Version: 1.1
Name: stringtemplate3
Version: 3.1
Summary: A powerful template engine with strict model-view separation
Home-page: http://www.stringtemplate.org/
Author: Benjamin Niemann
Author-email: pink@odahoda.de
License: BSD
Description: 
            ST (StringTemplate) is a template engine for generating source code, web
            pages, emails, or any other formatted text output. ST is particularly
            good at multi-targeted code generators, multiple site skins, and
            internationalization/localization. It evolved over years of effort
            developing jGuru.com. ST also generates this website and powers the
            ANTLR v3 code generator. Its distinguishing characteristic is that it
            strictly enforces model-view separation unlike other engines.
            
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing