This file is indexed.

/usr/share/pyshared/envisage-4.4.0.egg-info/PKG-INFO is in python-envisage 4.4.0-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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Metadata-Version: 1.1
Name: envisage
Version: 4.4.0
Summary: extensible application framework
Home-page: http://code.enthought.com/projects/envisage/
Author: ETS Developers
Author-email: enthought-dev@enthought.com
License: BSD
Download-URL: http://www.enthought.com/repo/ets/envisage-4.4.0.tar.gz
Description: ==========================================
        envisage: extensible application framework
        ==========================================
        
        .. image:: https://travis-ci.org/enthought/envisage.png
           :alt: Build Status
           :target: https://travis-ci.org/enthought/envisage
        
        http://github.enthought.com/envisage
        
        Envisage is a Python-based framework for building extensible applications,
        that is, applications whose functionality can be extended by adding "plug-ins".
        Envisage provides a standard mechanism for features to be added to an
        application, whether by the original developer or by someone else. In fact,
        when you build an application using Envisage, the entire application consists
        primarily of plug-ins. In this respect, it is similar to the Eclipse and
        Netbeans frameworks for Java applications.
        
        Each plug-in is able to:
        
        - Advertise where and how it can be extended (its "extension points").
        - Contribute extensions to the extension points offered by other plug-ins.
        - Create and share the objects that perform the real work of the application
          ("services").
        
        The Envisage project provides the basic machinery of the Envisage
        framework. This project contains no plug-ins. You are free to use:
        
        - plug-ins from the EnvisagePlugins project
        - plug-ins from other ETS projects that expose their functionality as plug-ins
        - plug-ins that you create yourself
        
        Prerequisites
        -------------
        
        * `traits <https://github.com/enthought/traits>`_
        
Platform: Windows
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Platform: Solaris
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries