Skip to content

softlayer/softlayer-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f9c0d49 · Jul 27, 2017
Jul 27, 2017
Jul 27, 2017
Dec 12, 2014
Jul 27, 2017
Oct 2, 2015
Jul 27, 2017
Mar 1, 2017
Jul 27, 2017
Aug 23, 2016
Nov 3, 2016
Oct 14, 2016
Feb 19, 2016
Aug 6, 2013
Jul 17, 2017
Nov 4, 2016
Mar 30, 2016
Sep 27, 2016
Jul 27, 2017
Jun 21, 2017

Repository files navigation

SoftLayer API Python Client

https://travis-ci.org/softlayer/softlayer-python.svg?branch=master https://coveralls.io/repos/github/softlayer/softlayer-python/badge.svg?branch=master

This library provides a simple Python client to interact with SoftLayer's XML-RPC API.

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:

Installation

Install via pip:

$ pip install softlayer

Or you can install from source. Download source and run:

$ 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 Stack Overflow at https://stackoverflow.com/ or open a support ticket in the customer portal if you have any questions regarding use of this library. If you use Stack Overflow please tag your posts with “SoftLayer” so our team can easily find your post.

InsecurePlatformWarning Notice

This library relies on the requests 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.

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.

Copyright

This software is Copyright (c) 2016 SoftLayer Technologies, Inc.

See the bundled LICENSE file for more information.