This file is indexed.

/usr/lib/python3/dist-packages/boltons-17.1.0.egg-info/PKG-INFO is in python3-boltons 17.1.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
Metadata-Version: 1.1
Name: boltons
Version: 17.1.0
Summary: When they're not builtins, they're boltons.
Home-page: https://github.com/mahmoud/boltons
Author: Mahmoud Hashemi
Author-email: mahmoudrhashemi@gmail.com
License: BSD
Description-Content-Type: UNKNOWN
Description: Functionality that should be in the standard library. Like
        builtins, but Boltons.
        
        Otherwise known as, "everyone's util.py," but cleaned up and
        tested.
        
        Contains over 160 BSD-licensed utility types and functions that can be
        used as a package or independently. `Extensively documented on Read
        the Docs <http://boltons.readthedocs.org>`_.
        
Platform: any
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy