This file is indexed.

/usr/share/pyshared/Flask_Login-0.2.6.egg-info/PKG-INFO is in python-flask-login 0.2.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
Metadata-Version: 1.1
Name: Flask-Login
Version: 0.2.6
Summary: User session management for Flask
Home-page: https://github.com/maxcountryman/flask-login
Author: Matthew Frazier
Author-email: leafstormrush@gmail.com
License: MIT
Description: 
            Flask-Login
            -----------
        
            Flask-Login provides user session management for Flask. It handles the
            common tasks of logging in, logging out, and remembering your users'
            sessions over extended periods of time.
        
            Flask-Login is not bound to any particular database system or permissions
            model. The only requirement is that your user objects implement a few
            methods, and that you provide a callback to the extension capable of
            loading users from their ID.
        
            Links
            `````
            * `documentation <http://packages.python.org/Flask-Login>`_
            * `development version
            <https://github.com/maxcountryman/flask-login>`_
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules