This file is indexed.

/usr/lib/python2.7/dist-packages/Frozen_Flask-0.11.egg-info/PKG-INFO is in python-frozen-flask 0.11-3.

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
Metadata-Version: 1.1
Name: Frozen-Flask
Version: 0.11
Summary: Freezes a Flask application into a set of static files.
Home-page: https://github.com/SimonSapin/Frozen-Flask
Author: Simon Sapin
Author-email: simon.sapin@exyr.org
License: BSD
Description: 
        Frozen-Flask
        ------------
        
        Freezes a Flask application into a set of static files. The result can be hosted
        without any server-side software other than a traditional web server.
        
        Links
        `````
        
        * `documentation <http://packages.python.org/Frozen-Flask>`_
        * `development version
          <http://github.com/SimonSapin/Frozen-Flask/zipball/master#egg=Frozen-Flask-dev>`_
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules