This file is indexed.

/usr/lib/python3/dist-packages/requestsexceptions-1.3.0.egg-info/PKG-INFO is in python3-requestsexceptions 1.3.0-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
Metadata-Version: 1.1
Name: requestsexceptions
Version: 1.3.0
Summary: Import exceptions from potentially bundled packages in requests.
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: requestsexceptions
        ==================
        
        The python requests library bundles the urllib3 library, however, some
        software distributions modify requests to remove the bundled library.
        This makes some operations, such as supressing the "insecure platform
        warning" messages that urllib emits difficult.  This is a simple
        library to find the correct path to exceptions in the requests library
        regardless of whether they are bundled.
        
        
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5