This file is indexed.

/usr/lib/python3/dist-packages/sushy-1.3.1.egg-info/PKG-INFO is in python3-sushy 1.3.1-2.

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
Metadata-Version: 1.1
Name: sushy
Version: 1.3.1
Summary: Sushy is a small Python library to communicate with Redfish based systems
Home-page: https://docs.openstack.org/sushy
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: About Sushy
        ===========
        
        Sushy is a Python library to communicate with `Redfish`_ based systems.
        
        The goal of the library is to be extremely simple, small, have as few
        dependencies as possible and be very conservative when dealing with BMCs
        by issuing just enough requests to it (BMCs are very flaky).
        
        Therefore, the scope of the library has been limited to what is supported
        by the `OpenStack Ironic <https://wiki.openstack.org/wiki/Ironic>`_
        project. As the project grows and more features from `Redfish`_ are
        needed we can expand Sushy to fullfil those requirements.
        
        * Free software: Apache license
        * Documentation: https://docs.openstack.org/sushy/latest/
        * Usage: https://docs.openstack.org/sushy/latest/reference/usage.html
        * Source: https://git.openstack.org/cgit/openstack/sushy
        * Bugs: https://bugs.launchpad.net/sushy
        
        .. _Redfish: http://www.dmtf.org/standards/redfish
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
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