This file is indexed.

/usr/lib/python2.7/dist-packages/SQLObject-1.5.2.egg-info is in python-sqlobject 1.5.2-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
Metadata-Version: 1.1
Name: SQLObject
Version: 1.5.2
Summary: Object-Relational Manager, aka database wrapper
Home-page: http://sqlobject.org/
Author: Ian Bicking
Author-email: ianb@colorstudy.com
License: LGPL
Download-URL: https://pypi.python.org/pypi/SQLObject/1.5.2
Description: SQLObject is a popular *Object Relational Manager* for providing an
        object interface to your database, with tables as classes, rows as
        instances, and columns as attributes.
        
        SQLObject includes a Python-object-based query language that makes SQL
        more abstract, and provides substantial database independence for
        applications.
        
        Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB (SAPDB).
        
        For development see the `subversion repository
        <http://svn.colorstudy.com/SQLObject/trunk>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Python Modules