File: control

package info (click to toggle)
python-azure-storage 20181109%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 76,472 kB
  • sloc: python: 28,724; makefile: 204; sh: 1
file content (51 lines) | stat: -rw-r--r-- 1,898 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
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
Source: python-azure-storage
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com>,
           Nicolas Dandrimont <olasd@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all,
               python-setuptools,
               python-azure,
               python-cryptography (>= 1.1~),
               python-dateutil,
               python-requests,
               python-concurrent.futures,
               python3-all,
               python3-setuptools,
               python3-azure,
               python3-cryptography (>= 1.1~),
               python3-dateutil,
               python3-requests,
               python3-sphinx
Standards-Version: 4.2.1
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-azure-storage
Vcs-Git: https://salsa.debian.org/python-team/modules/python-azure-storage.git
Homepage: https://github.com/Azure/azure-storage-python

Package: python-azure-storage
Architecture: all
Depends: python-cryptography (>= 1.1~),
         python-concurrent.futures,
         ${misc:Depends},
         ${python:Depends}
Description: Microsoft Azure Storage Library for Python 2.x
 This Python module provides an API for consuming Microsoft Azure Storage
 services including Blob, Queue, Table and Files.
 .
 This is the Python 2 version of the package.

Package: python3-azure-storage
Architecture: all
Depends: python3-cryptography (>= 1.1~),
         ${misc:Depends},
         ${python3:Depends}
Description: Microsoft Azure Storage Library for Python 3.x
 This Python module provides an API for consuming Microsoft Azure Storage
 services including Blob, Queue, Table and Files.
 .
 This is the Python 3 version of the package.