This file is indexed.

/usr/lib/python2.7/dist-packages/python_application-1.4.1.egg-info is in python-application 1.4.1-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
Metadata-Version: 1.1
Name: python-application
Version: 1.4.1
Summary: Basic building blocks for python applications
Home-page: http://ag-projects.com/
Author: Dan Pascu
Author-email: dan@ag-projects.com
License: LGPL
Download-URL: http://cheeseshop.python.org/pypi/python-application/1.4.1
Description: 
        This package is a collection of modules that are useful when building python
        applications. Their purpose is to eliminate the need to divert resources into
        implementing the small tasks that every application needs to do in order to
        run successfully and focus instead on the application logic itself.
        
        The modules that the application package provides are:
        
        1. process       - UNIX process and signal management.
        2. python        - python utility classes and functions.
        3. configuration - a simple interface to handle configuration files.
        4. log           - an extensible system logger for console and syslog.
        5. debug         - memory troubleshooting and execution timing.
        6. system        - interaction with the underlying operating system.
        7. notification  - an application wide notification system.
        8. version       - manage version numbers for applications and packages.
        9. dependency    - verify package dependencies at runtime.
        
        
Platform: Platform Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules