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
|
Source: python-hplefthandclient
Section: python
Priority: optional
Maintainer: Debian OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
Julien Danjou <acid@debian.org>,
Thomas Goirand <zigo@debian.org>,
Mehdi Abaakouk <sileht@sileht.net>,
Build-Depends:
debhelper (>= 9),
dh-python,
python-all,
python-httplib2,
python-nose,
python-nose-testconfig,
python-setuptools,
python-sphinx,
python3-all,
python3-setuptools,
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-hplefthandclient
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-hplefthandclient.git
Homepage: http://packages.python.org/hplefthandclient
Package: python-hplefthandclient
Architecture: all
Depends:
${misc:Depends},
${python:Depends},
Description: HP LeftHand/StoreVirtual HTTP REST Client - Python 2.x
This is a Client library that can talk to the HP LeftHand/StoreVirtual Storage
array. The HP LeftHand storage array has a REST web service interface.
.
This client library implements a simple interface to talk with that REST
interface using the Python httplib2 http library.
.
This package contains the Python 2.x module.
Package: python-hplefthandclient-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: HP LeftHand/StoreVirtual HTTP REST Client - doc
This is a Client library that can talk to the HP LeftHand/StoreVirtual Storage
array. The HP LeftHand storage array has a REST web service interface.
.
This client library implements a simple interface to talk with that REST
interface using the Python httplib2 http library.
.
This package contains the documentation.
Package: python3-hplefthandclient
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: HP LeftHand/StoreVirtual HTTP REST Client - Python 3.x
This is a Client library that can talk to the HP LeftHand/StoreVirtual Storage
array. The HP LeftHand storage array has a REST web service interface.
.
This client library implements a simple interface to talk with that REST
interface using the Python httplib2 http library.
.
This package contains the Python 3.x module.
|