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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
Source: azure-cli
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Luca Boccassi <bluca@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pylint <!nocheck>,
python3-all,
python3-argcomplete,
python3-antlr4 <!nocheck>,
python3-azure (>= 20260203+git-1~),
python3-azure-datalake-store (>= 0.0.49-1~) <!nocheck>,
python3-azure-functions-devops-build <!nocheck>,
python3-azure-multiapi-storage (>= 1.0.0~) <!nocheck>,
python3-bcrypt (>= 3.2.0~) <!nocheck>,
python3-colorama <!nocheck>,
python3-configargparse <!nocheck>,
python3-cryptography (>= 3.3.0~) <!nocheck>,
python3-decorator <!nocheck>,
python3-distro <!nocheck>,
python3-fabric,
python3-flake8 <!nocheck>,
python3-github <!nocheck>,
python3-humanfriendly <!nocheck>,
python3-javaproperties <!nocheck>,
python3-jinja2 (>= 3.0.0~) <!nocheck>,
python3-jmespath <!nocheck>,
python3-jsondiff <!nocheck>,
python3-jwt (>= 2.1.0~) <!nocheck>,
python3-knack (>= 0.10.0~) <!nocheck>,
python3-markupsafe (>= 2.0.0~) <!nocheck>,
python3-msal (>= 1.20.0~) <!nocheck>,
python3-msal-extensions (>= 1.0.0~) <!nocheck>,
python3-msrest (>= 0.6.18-1~) <!nocheck>,
python3-nacl <!nocheck>,
python3-oauthlib <!nocheck>,
python3-openssl <!nocheck>,
python3-packaging <!nocheck>,
python3-paramiko <!nocheck>,
python3-pkginfo,
python3-psutil <!nocheck>,
python3-pytest <!nocheck>,
python3-requests <!nocheck>,
python3-scp <!nocheck>,
python3-setuptools,
python3-semver <!nocheck>,
python3-sshtunnel <!nocheck>,
python3-tabulate <!nocheck>,
python3-vcr <!nocheck>,
python3-websocket <!nocheck>,
python3-xmltodict <!nocheck>,
Standards-Version: 4.7.3
Section: python
Homepage: https://github.com/Azure/azure-cli
Vcs-Browser: https://salsa.debian.org/python-team/packages/azure-cli
Vcs-Git: https://salsa.debian.org/python-team/packages/azure-cli.git
Testsuite: autopkgtest-pkg-python
Package: azure-cli
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-azure-cli (>= ${source:Version}),
Description: Azure Command-Line Interface (CLI)
The Azure command-line interface (CLI) is Microsoft's cross-platform
command-line experience for managing Azure resources. The Azure CLI is designed
to be easy to learn and get started with, but powerful enough to be a great
tool for building custom automation to use Azure resources.
.
This package provides the az executable and bash completion.
Package: python3-azure-cli
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3-azure-cli-core (>= ${source:Version}),
Recommends: python3-azext-devops,
Description: Azure Command-Line Interface (CLI) - commands modules
The Azure command-line interface (CLI) is Microsoft's cross-platform
command-line experience for managing Azure resources. The Azure CLI is designed
to be easy to learn and get started with, but powerful enough to be a great
tool for building custom automation to use Azure resources.
.
This package provides the azure-cli python3 module.
Package: python3-azure-cli-core
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3-decorator, python3-azure-cli-telemetry (>= ${source:Version}),
Description: Azure Command-Line Interface (CLI) - core modules
The Azure command-line interface (CLI) is Microsoft's cross-platform
command-line experience for managing Azure resources. The Azure CLI is designed
to be easy to learn and get started with, but powerful enough to be a great
tool for building custom automation to use Azure resources.
.
This package provides the azure-cli-core python3 module.
Package: python3-azure-cli-telemetry
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Azure Command-Line Interface (CLI) - telemetry modules
The Azure command-line interface (CLI) is Microsoft's cross-platform
command-line experience for managing Azure resources. The Azure CLI is designed
to be easy to learn and get started with, but powerful enough to be a great
tool for building custom automation to use Azure resources.
.
This package provides the azure-cli-telemetry python3 module.
Package: python3-azure-cli-testsdk
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Azure Command-Line Interface (CLI) - testsdk modules
The Azure command-line interface (CLI) is Microsoft's cross-platform
command-line experience for managing Azure resources. The Azure CLI is designed
to be easy to learn and get started with, but powerful enough to be a great
tool for building custom automation to use Azure resources.
.
This package provides the azure-cli-tesdk python3 module.
|