File: control

package info (click to toggle)
python-keystoneclient 2012.1-3%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 460 kB
  • sloc: python: 3,174; sh: 113; makefile: 78
file content (23 lines) | stat: -rw-r--r-- 1,143 bytes parent folder | download
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.