This file is indexed.

/usr/lib/python2.7/dist-packages/Flask_FlatPages-0.6.egg-info/PKG-INFO is in python-flask-flatpages 0.6-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
38
39
40
41
42
43
44
45
46
47
48
Metadata-Version: 1.1
Name: Flask-FlatPages
Version: 0.6
Summary: Provides flat static pages to a Flask application
Home-page: https://github.com/SimonSapin/Flask-FlatPages
Author: Simon Sapin
Author-email: simon.sapin@exyr.org
License: BSD
Description: ===============
        Flask-FlatPages
        ===============
        
        .. image:: https://secure.travis-ci.org/SimonSapin/Flask-FlatPages.png?branch=master
            :target: https://travis-ci.org/SimonSapin/Flask-FlatPages
        
        .. image:: https://pypip.in/v/Flask-FlatPages/badge.png
            :target: https://pypi.python.org/pypi/Flask-FlatPages
        
        Provides flat static pages to a Flask_ application, based on text files
        as opposed to a relational database.
        
        * Works on Python 2.6, 2.7 and 3.3+
        * BSD licensed
        * Latest documentation `on Read the Docs`_
        * Source, issues and pull requests `on Github`_
        * Releases `on PyPI`_
        * Install with ``pip install Flask-FlatPages``
        
        .. _Flask: http://flask.pocoo.org/
        .. _on Read the Docs: http://flask-flatpages.readthedocs.org/
        .. _on Github: https://github.com/SimonSapin/Flask-FlatPages/
        .. _on PyPI: http://pypi.python.org/pypi/Flask-FlatPages
        
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
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy