/usr/lib/python3/dist-packages/SoftLayer-4.1.1.egg-info/PKG-INFO is in python3-softlayer 4.1.1-2ubuntu2.
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 | Metadata-Version: 1.1
Name: SoftLayer
Version: 4.1.1
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: 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.png
:target: https://landscape.io/github/softlayer/softlayer-python/master
.. image:: https://badge.fury.io/py/SoftLayer.png
:target: http://badge.fury.io/py/SoftLayer
.. image:: https://coveralls.io/repos/softlayer/softlayer-python/badge.svg
:target: https://coveralls.io/r/softlayer/softlayer-python
SoftLayer API bindings for Python. For use with
`SoftLayer's API <http://sldn.softlayer.com/reference/softlayerapi>`_.
This library provides a simple interface to interact with SoftLayer's XML-RPC
API and provides support for many of SoftLayer API's features like
`object masks <http://sldn.softlayer.com/article/Using-Object-Masks-SoftLayerAPI>`_
and includes a command-line interface that can be used to manage various
SoftLayer services.
Documentation
-------------
Documentation is available at http://softlayer.github.io/softlayer-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. Please post to the
SoftLayer forums at http://forums.softlayer.com/ or open a support ticket in
the SoftLayer customer portal if you have any questions regarding use of this
library.
System Requirements
-------------------
* This library has been tested on Python 2.7, 3.3 and 3.4.
* A valid SoftLayer API username and key are required to call SoftLayer's API.
* A connection to SoftLayer's private network is required to connect to
SoftLayer’s private network API endpoints.
Copyright
---------
This software is Copyright (c) 2015 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 :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
|