This file is indexed.

/usr/lib/python3/dist-packages/SoftLayer-5.4.2.egg-info/PKG-INFO is in python3-softlayer 5.4.2-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
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Metadata-Version: 1.1
Name: SoftLayer
Version: 5.4.2
Summary: A library for SoftLayer's API
Home-page: http://github.com/softlayer/softlayer-python
Author: SoftLayer Technologies, Inc.
Author-email: sldn@softlayer.com
License: MIT
Description-Content-Type: UNKNOWN
Description: SoftLayer API Python Client
        ===========================
        .. image:: https://travis-ci.org/softlayer/softlayer-python.svg?branch=master
            :target: https://travis-ci.org/softlayer/softlayer-python
        
        .. image:: https://landscape.io/github/softlayer/softlayer-python/master/landscape.svg
            :target: https://landscape.io/github/softlayer/softlayer-python/master
        
        .. image:: https://badge.fury.io/py/SoftLayer.svg
            :target: http://badge.fury.io/py/SoftLayer
        
        .. image:: https://coveralls.io/repos/github/softlayer/softlayer-python/badge.svg?branch=master
            :target: https://coveralls.io/github/softlayer/softlayer-python?branch=master
        
        
        This library provides a simple Python client to interact with `SoftLayer's
        XML-RPC API <http://developer.softlayer.com/reference/softlayerapi>`_. 
        
        A command-line interface is also included and can be used to manage various
        SoftLayer products and services.
        
        
        Documentation
        -------------
        Documentation for the Python client is available at
        http://softlayer.github.io/softlayer-python/.
        
        Additional API documentation can be found on the SoftLayer Development Network:
        
        * `SoftLayer API reference
          <http://developer.softlayer.com/reference/softlayerapi>`_
        * `Object mask information and examples
          <http://developer.softlayer.com/article/Object-Masks>`_
        * `Code Examples
          <https://softlayer.github.io/python/>`_
        
        Installation
        ------------
        Install via pip:
        
        .. code-block:: bash
        
        	$ pip install softlayer
        
        
        Or you can install from source. Download source and run:
        
        .. code-block:: bash
        
        	$ python setup.py install
        
        
        The most up-to-date version of this library can be found on the SoftLayer
        GitHub public repositories at http://github.com/softlayer. For questions regarding the use of this library please post to Stack Overflow at https://stackoverflow.com/ and  your posts with “SoftLayer” so our team can easily find your post. To report a bug with this library please create an Issue on github.
        
        InsecurePlatformWarning Notice
        ------------------------------
        This library relies on the `requests <http://docs.python-requests.org/>`_ library to make HTTP requests. On Python versions below Python 2.7.9, requests has started emitting a security warning (InsecurePlatformWarning) due to insecurities with creating SSL connections. To resolve this, upgrade to Python 2.7.9+ or follow the instructions here: http://stackoverflow.com/a/29099439.
        
        Getting Help
        ------------
        Bugs and feature requests about this library should have a `GitHub issue <https://github.com/softlayer/softlayer-python/issues>`_ opened about them. 
        
        Issues with the Softlayer API itself should be addressed by opening a ticket.
        
        System Requirements
        -------------------
        * Python 2.7, 3.3, 3.4, 3.5 or 3.6.
        * A valid SoftLayer API username and key.
        * A connection to SoftLayer's private network is required to use
          our private network API endpoints.
        
        Python Packages
        ---------------
        * six >= 1.7.0
        * prettytable >= 0.7.0
        * click >= 5
        * requests >= 2.18.4
        * prompt_toolkit >= 0.53
        * pygments >= 2.0.0
        * urllib3 >= 1.22
        
        Copyright
        ---------
        This software is Copyright (c) 2016-2018 SoftLayer Technologies, Inc.
        
        See the bundled LICENSE file for more information.
        
Keywords: softlayer,cloud
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy