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
|
Source: python-msrestazure
Maintainer: Debian Azure Packaging Team <pkg-azure-team@lists.alioth.debian.org>
Uploaders: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com>,
Iain R. Learmonth <irl@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-adal,
python-keyring,
python-setuptools,
python-msrest (>= 0.4.4~),
python3-all,
python3-adal,
python3-keyring,
python3-setuptools,
python3-msrest (>= 0.4.4~)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-azure/python-msrestazure.git
Vcs-Git: https://anonscm.debian.org/git/pkg-azure/python-msrestazure.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.0
Homepage: https://github.com/Azure/msrestazure-for-python
Package: python-msrestazure
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
Description: Runtime library for AutoRest generated Python 2.x clients
The AutoRest tool generates client libraries for accessing Azure's
RESTful web services. Input to AutoRest is a spec that describes the
REST API using the Swagger format. This package contains a Swagger
generator for AutoRest for Python 2.x applications.
Package: python3-msrestazure
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: Runtime library for AutoRest generated Python 3.x clients
The AutoRest tool generates client libraries for accessing Azure's
RESTful web services. Input to AutoRest is a spec that describes the
REST API using the Swagger format. This package contains a Swagger
generator for AutoRest for Python 3.x applications.
|