1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: python-keystoneclient
Section: python
Priority: extra
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
Thomas Goirand <zigo@debian.org>,
Ghe Rivero <ghe.rivero@stackops.com>
Build-Depends: debhelper (>= 8.0.0), python-setuptools, python-httplib2, python-argparse, python-prettytable,
python-all (>= 2.6.6-3~), python-nose, python-mox, python-mock, python-simplejson, python-unittest2
Standards-Version: 3.9.3
Homepage: https://github.com/openstack/python-keystoneclient
Vcs-Git: git://git.debian.org/openstack/python-keystoneclient.git
Vcs-Browser: http://git.debian.org/?p=openstack/python-keystoneclient.git;a=summary
Package: python-keystoneclient
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
Description: client library for the OpenStack Keystone API
This is a client for the OpenStack Keystone API. There's a Python API
(the ``keystoneclient`` module), and a command-line script (``keystone``).
.
Installing this package gets you a shell command, that you can use to
interact with Keystone's API.
|