File: control

package info (click to toggle)
azure-kusto-python 5.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,704 kB
  • sloc: python: 10,633; sh: 13; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,480 bytes parent folder | download | duplicates (2)
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
Source: azure-kusto-python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Luca Boccassi <bluca@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-python3,
               python3-adal <!nocheck>,
               python3-all,
               python3-aioresponses <!nocheck>,
               python3-asgiref,
               python3-azure (>= 20200519+git-1~) <!nocheck>,
               python3-dateutil <!nocheck>,
               python3-ijson,
               python3-pandas <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-asyncio <!nocheck>,
               python3-requests <!nocheck>,
               python3-responses <!nocheck>,
               python3-setuptools
Standards-Version: 4.7.2
Section: python
Priority: optional
Rules-Requires-Root: no
Homepage: https://github.com/Azure/azure-kusto-python
Vcs-Browser: https://salsa.debian.org/python-team/packages/azure-kusto-python
Vcs-Git: https://salsa.debian.org/python-team/packages/azure-kusto-python.git
Testsuite: autopkgtest-pkg-python

Package: python3-azure-kusto-data
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
 python3-azure (>= 20200519+git-1~),
Description: Microsoft Azure Kusto (Azure Data Explorer) SDK for Python
 Client library in Python that makes it easy to interface with Azure Kusto
 databases.
 .
 This package provides the capability to query Kusto clusters with Python.