This file is indexed.

/usr/lib/python3/dist-packages/guidata-1.7.6.egg-info/PKG-INFO is in python3-guidata 1.7.6-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
71
72
73
Metadata-Version: 1.1
Name: guidata
Version: 1.7.6
Summary: Automatic graphical user interfaces generation for easy dataset editing and display
Home-page: https://github.com/PierreRaybaut/guidata
Author: Pierre Raybaut
Author-email: pierre.raybaut@gmail.com
License: CeCILL V2
Description: guidata: Automatic GUI generation for easy dataset editing and display with Python
        ======================================================================================
        
        Simple example of ``guidata`` datasets embedded in an application window:
        
        .. image:: http://pythonhosted.org/guidata/_images/editgroupbox.png
        
        See `documentation`_ for more details on the library and `changelog`_ for recent history of changes.
        
        Copyright © 2009-2015 CEA, Pierre Raybaut, licensed under the terms of the 
        `CECILL License`_.
        
        .. _documentation: http://pythonhosted.org/guidata/
        .. _changelog: https://github.com/PierreRaybaut/guidata/blob/master/CHANGELOG.md
        .. _CECILL License: https://github.com/PierreRaybaut/guidata/blob/master/Licence_CeCILL_V2-en.txt
        
        
        Overview
        --------
        
        Based on the Qt Python binding module PyQt4, ``guidata`` is a Python library 
        generating graphical user interfaces for easy dataset editing and display. It 
        also provides helpers and application development tools for PyQt4.
        
        Generate GUIs to edit and display all kind of objects:
        
        - integers, floats, strings ;
        - ndarrays (NumPy's n-dimensional arrays) ;
        - etc.
        
        Application development tools:
        
        - configuration management
        - internationalization (``gettext``)
        - deployment tools
        - HDF5 I/O helpers
        - misc. utils
        
        
        Building, installation, ...
        ---------------------------
        
        The following package is **required**: `PyQt4`_ (or `PyQt5`_).
        
        The following packages are optional: `spyderlib`_ (GUI-based test launcher, dict/array editor), `h5py`_ (HDF5 I/O).
        
        .. _PyQt4: https://pypi.python.org/pypi/PyQt4
        .. _PyQt5: https://pypi.python.org/pypi/PyQt5
        .. _spyderlib: https://pypi.python.org/pypi/Spyder
        .. _h5py: https://pypi.python.org/pypi/h5py
        
        See the `README`_ and `documentation`_ for more details.
        
        .. _README: https://github.com/PierreRaybaut/guidata/blob/master/README.md
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering
Classifier: Development Status :: 5 - Production/Stable
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 :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3