This file is indexed.

/usr/lib/python3/dist-packages/ipywidgets-5.2.2.egg-info/PKG-INFO is in python3-ipywidgets 5.2.2-3.

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
Metadata-Version: 1.1
Name: ipywidgets
Version: 5.2.2
Summary: IPython HTML widgets for Jupyter
Home-page: http://ipython.org
Author: IPython Development Team
Author-email: ipython-dev@scipy.org
License: BSD
Description: 
        .. image:: https://img.shields.io/pypi/v/ipywidgets.svg
           :target: https://pypi.python.org/pypi/ipywidgets/
           :alt: Version Number
        
        .. image:: https://img.shields.io/pypi/dm/ipywidgets.svg
           :target: https://pypi.python.org/pypi/ipywidgets/
           :alt: Number of PyPI downloads
        
        Interactive HTML Widgets
        ========================
        
        Interactive HTML widgets for Jupyter notebooks and the IPython kernel.
        
        Usage
        =====
        
        .. code-block:: python
        
            from ipywidgets import IntSlider
            IntSlider()
        
Keywords: Interactive,Interpreter,Shell,Web
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3