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
|
Source: azure-kusto-python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Luca Boccassi <bluca@debian.org>,
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-adal (>= 1.0.0~) <!nocheck>,
python3-all,
python3-azure (>= 20200519+git-1~) <!nocheck>,
python3-dateutil (>= 2.7.0~) <!nocheck>,
python3-mock (>= 2.0.0~) <!nocheck>,
python3-pandas (>= 0.23.0~) <!nocheck>,
python3-pytest (>= 3.2.0~) <!nocheck>,
python3-requests (>= 2.13.0~) <!nocheck>,
python3-responses (>= 0.9.0~) <!nocheck>,
python3-setuptools,
Standards-Version: 4.5.0
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.
|