Metadata-Version: 1.1
Name: SoftLayer
Version: 2.1.0
Summary: A library to use SoftLayer's API
Home-page: http://github.com/softlayer/softlayer-api-python-client
Author: SoftLayer Technologies, Inc.
Author-email: sldn@softlayer.com
License: The BSD License
Description: SoftLayer API Python Client
        ===========================
        This code provides a simple Python library to use the
        [SoftLayer API](http://sldn.softlayer.com/reference/softlayerapi).
        
        Overview
        --------
        
        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).
        
        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: http://github.com/softlayer. Please post to the
        SoftLayer forums 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.5, 2.6, 2.7, 3.2 and 3.3.
        * 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.
        
        Suggested Reading
        -----------------
        
        * [Our wiki](https://github.com/softlayer/softlayer-api-python-client/wiki)
        * [The API](https://github.com/softlayer/softlayer-api-python-client/wiki/API-Usage)
        * [CLI tool](https://github.com/softlayer/softlayer-api-python-client/wiki/Cli)
        
        
        Copyright
        ---------
        This software is Copyright (c) 2013 [SoftLayer Technologies, Inc](http://www.softlayer.com/).
        See the bundled LICENSE file for more information.
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
