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
|
Source: python-hp3parclient
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
Julien Danjou <acid@debian.org>,
James Page <james.page@ubuntu.com>,
Thomas Goirand <zigo@debian.org>,
Ghe Rivero <ghe.rivero@stackops.com>,
Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools
Build-Depends-Indep: python-flask, python-httplib2, python-nose, python-werkzeug
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-hp3parclient.git
Vcs-Git: git://anonscm.debian.org/openstack/python-hp3parclient.git
Homepage: http://packages.python.org/hp3parclient
Package: python-hp3parclient
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-httplib2, ${misc:Depends}, ${python:Depends}
Description: client library that can talk to the HP 3PAR Storage array
hp3parclient is a Client library that can talk to the HP 3PAR Storage array.
The 3PAR storage array has a REST web service interface as of 3.1.2 of the
firmware. This client library implements a simple interface to talking with
that REST interface using the Python httplib2 http library.
|