Source: python-softlayer
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends:
 debhelper (>= 9~),
 dh-python,
 python-all,
 python-setuptools,
 python-click,
 python3-all,
 python3-setuptools,
 python3-click,
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Standards-Version: 3.9.6
Homepage: http://github.com/softlayer/softlayer-api-python-client
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-softlayer/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-softlayer/trunk/

Package: python-softlayer
Architecture: all
Depends:
 python-mock,
 python-nose,
 python-prettytable,
 python-prompt-toolkit,
 python-requests,
 python-six,
 ${misc:Depends},
 ${python:Depends}
Description: Python client for SoftLayer API (Python 2)
 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 and a command-line interface that can be used to
 access various SoftLayer services using the API.
 .
 This is the Python 2 version of the package.

Package: python3-softlayer
Architecture: all
Breaks: python-softlayer (<= 3.1.0-1)
Replaces: python-softlayer (<= 3.1.0-1)
Depends:
 python3-mock,
 python3-nose,
 python3-prettytable,
 python3-prompt-toolkit,
 python3-requests,
 python3-six,
 ${misc:Depends},
 ${python3:Depends}
Description: Python client for SoftLayer API (Python 3)
 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 and a command-line interface that can be used to
 access various SoftLayer services using the API.
 .
 This is the Python 3 version of the package.
