This file is indexed.

/usr/lib/python2.7/dist-packages/traitsui-4.1.0.egg-info/PKG-INFO is in python-traitsui 4.1.0-1ubuntu3.

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
Metadata-Version: 1.1
Name: traitsui
Version: 4.1.0
Summary: traitsui: traits-capable user interfaces
Home-page: https://github.com/enthought/traitsui
Author: ETS Developers
Author-email: enthought-dev@enthought.com
License: BSD
Download-URL: http://www.enthought.com/repo/ets/traitsui-4.1.0.tar.gz
Description: ============================================
        traitsui: traits-capable windowing framework
        ============================================
        
        The traitsui project contains a toolkit-independent GUI abstraction layer,
        which is used to support the "visualization" features of the Traits package.
        Thus, you can write code in terms of the Traits API (views, items, editors,
        etc.), and let traitsui and your selected toolkit and back-end take care of
        the details of displaying them.
        
        The following GUI backends are supported:
        
        - wxPython
        - PyQt
        - PySide
        
        
        Prerequisites
        -------------
        If you want to run traitsui, you must also install:
        
        * `traits <https://github.com/enthought/traits>`_
        * `pyface <https://github.com/enthought/pyface>`_
        
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 :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries