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
|
Source: python-azure
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
dh-python,
python-adal,
python-all,
python-azure-devtools (>= 1.1.0),
python-flask,
python-keyring,
python-msrest (>= 0.5~),
python-msrestazure (>= 0.5~),
python-recommonmark,
python-requests,
python-setuptools,
python-typing,
python3-adal,
python3-all,
python3-azure-devtools (>= 1.1.0),
python3-flask,
python3-keyring,
python3-msrest (>= 0.5~),
python3-msrestazure (>= 0.5~),
python3-recommonmark,
python3-requests,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>
Standards-Version: 4.2.1
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-azure
Vcs-Git: https://salsa.debian.org/python-team/modules/python-azure.git
Homepage: https://github.com/Azure/azure-sdk-for-python
Package: python-azure
Architecture: all
Depends: python-msrest,
python-msrestazure,
python-requests,
${misc:Depends},
${python:Depends}
Recommends: python-azure-storage
Suggests: python-azure-doc
Description: Microsoft Azure SDK for Python 2.x
The Azure SDK provides a set of Python packages that make it easy to access
the Microsoft Azure components such as ServiceManagement, Storage, and
ServiceBug.
.
This package contains the Python 2.x modules.
Package: python3-azure
Architecture: all
Depends: python3-msrest,
python3-msrestazure,
python3-requests,
${misc:Depends},
${python3:Depends}
Recommends: python3-azure-storage
Suggests: python-azure-doc
Description: Microsoft Azure SDK for Python 3.x
The Azure SDK provides a set of Python packages that make it easy to access
the Microsoft Azure components such as ServiceManagement, Storage, and
ServiceBug.
.
This package contains the Python 3.x modules.
Package: python-azure-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Microsoft Azure SDK for Python - Documentation
The Azure SDK provides a set of Python packages that make it easy to access
the Microsoft Azure components such as ServiceManagement, Storage, and
ServiceBug.
.
This package contains the HTML documentation.
|