This file is indexed.

/usr/lib/python2.7/dist-packages/os_client_config-1.29.0.egg-info/PKG-INFO is in python-os-client-config 1.29.0-0ubuntu1.

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
Metadata-Version: 1.1
Name: os-client-config
Version: 1.29.0
Summary: OpenStack Client Configuation Library
Home-page: https://docs.openstack.org/os-client-config/latest
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: ================
        os-client-config
        ================
        
        .. image:: http://governance.openstack.org/badges/os-client-config.svg
            :target: http://governance.openstack.org/reference/tags/index.html
        
        `os-client-config` is a library for collecting client configuration for
        using an OpenStack cloud in a consistent and comprehensive manner. It
        will find cloud config for as few as 1 cloud and as many as you want to
        put in a config file. It will read environment variables and config files,
        and it also contains some vendor specific default values so that you don't
        have to know extra info to use OpenStack
        
        * If you have a config file, you will get the clouds listed in it
        * If you have environment variables, you will get a cloud named `envvars`
        * If you have neither, you will get a cloud named `defaults` with base defaults
        
        Source
        ------
        
        * Free software: Apache license
        * Documentation: http://docs.openstack.org/os-client-config/latest
        * Source: http://git.openstack.org/cgit/openstack/os-client-config
        * Bugs: http://bugs.launchpad.net/os-client-config
        
        
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