This file is indexed.

/usr/share/pyshared/apptools-4.0.1.egg-info/PKG-INFO is in python-apptools 4.0.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
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
65
66
67
68
69
70
Metadata-Version: 1.1
Name: apptools
Version: 4.0.1
Summary: application tools
Home-page: https://github.com/enthought/apptools
Author: ETS Developers
Author-email: enthought-dev@enthought.com
License: BSD
Download-URL: http://www.enthought.com/repo/ets/apptools-4.0.1.tar.gz
Description: ===========================
        apptools: application tools
        ===========================
        
        http://github.enthought.com/apptools
        
        The apptools project includes a set of packages that Enthought has found
        useful in creating a number of applications.  They implement functionality
        that is commonly needed by many applications
        
        - **apptools.appscripting**: Framework for scripting applications.
        - **apptools.help**: Provides a plugin for displaying documents and examples
          and running demos in Envisage Workbench applications.
        - **apptools.io**: Provides an abstraction for files and folders in a file
          system.
        - **apptools.logger**: Convenience functions for creating logging handlers
        - **apptools.naming**: Manages naming contexts, supporting non-string data
          types and scoped preferences
        - **apptools.permissions**: Supports limiting access to parts of an
          application unless the user is appropriately authorised (not full-blown
          security).
        - **apptools.persistence**: Supports pickling the state of a Python object
          to a dictionary, which can then be flexibly applied in restoring the state of
          the object.
        - **apptools.preferences**: Manages application preferences.
        - **pyface.resource**: Manages application resources such as images and
          sounds.
        - **apptools.scripting**: A framework for automatic recording of Python
          scripts.
        - **apptools.sweet_pickle**: Handles class-level versioning, to support
          loading of saved data that exist over several generations of internal class
          structures.
        - **apptools.template**: Supports creating templatizable object hierarchies.
        - **apptools.type_manager**: Manages type extensions, including factories
          to generate adapters, and hooks for methods and functions.
        - **apptools.undo**: Supports undoing and scripting application commands.
        
        Prerequisites
        -------------
        
        * `configobj <http://pypi.python.org/pypi/configobj>`_
        * `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