| 12
 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
 
 | Source: python-shade
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Clint Byrum <spamaps@debian.org>
Build-Depends: debhelper-compat (= 9),
    dh-python,
    python3-all,
    python3-setuptools,
    python3-pbr,
    python3-sphinx,
    python3-testtools,
    python3-stestr (>= 2.3.1-1~),
    python3-dogpile.cache,
    python3-os-client-config (>=1.28.0),
    python3-mock,
    python3-testscenarios,
    python3-openstacksdk (>=0.15.0),
    python3-munch,
    python3-keystoneauth1,
    python3-jsonpatch,
    python3-six,
    python3-munch,
    python3-requestsexceptions (>= 1.1.1),
    python3-decorator,
    python3-betamax,
    python3-requests-mock,
    python3-argparse-manpage,
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/shade
Vcs-Git: https://salsa.debian.org/python-team/modules/python-shade.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-shade
Package: python3-shade
Architecture: all
Depends: ${misc:Depends},${python3:Depends}
Description: Client library for operating OpenStack clouds
 Shade is a simple Python client library for operating OpenStack
 clouds. The key word here is simple. Clouds can do many things - but
 there are probably only about 10 of them that most people care about
 with any regularity. If you want to do complicated things, you should
 probably use the lower level client libraries - or even the REST API
 directly. However, if what you want is to be able to write an application
 that talks to clouds no matter what choices the deployer has made then
 shade is for you.
 .
 This package installs the library for Python 3.
Package: shade-inventory
Architecture: all
Depends: ${misc:Depends},${python3:Depends},python3-shade (= ${source:Version})
Suggests: ansible
Description: Ansible inventory script for OpenStack clouds
 Shade is a simple Python client library for operating OpenStack
 clouds. The key word here is simple. Clouds can do many things - but
 there are probably only about 10 of them that most people care about
 with any regularity. If you want to do complicated things, you should
 probably use the lower level client libraries - or even the REST API
 directly. However, if what you want is to be able to write an application
 that talks to clouds no matter what choices the deployer has made then
 shade is for you.
 .
 This package installs a script that uses shade to query OpenStack
 clouds and produce a JSON inventory that is suitable for use as an
 Ansible inventory plugin.
 |