File: control

package info (click to toggle)
python-clickhouse-driver 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,040 kB
  • sloc: python: 8,915; pascal: 38; makefile: 30
file content (38 lines) | stat: -rw-r--r-- 1,389 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
Source: python-clickhouse-driver
Maintainer: Federico Ceratto <federico@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
  dh-python,
  python3-all-dev,
  python3-setuptools,
  python3-sphinx,
Standards-Version: 4.5.1
Homepage: https://github.com/mymarilyn/clickhouse-driver
Vcs-Browser: https://salsa.debian.org/debian/python-clickhouse-driver
Vcs-Git: https://salsa.debian.org/debian/python-clickhouse-driver.git
Rules-Requires-Root: no

Package: python3-clickhouse-driver
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python driver with native interface for ClickHouse
 Python driver for ClickHouse with native interface support.
 It supports external data for query processing, query settings,
 compression, TLS, native Python types, query progress information,
 result streaming and accessing server logs.

Package: python3-clickhouse-driver-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
 libjs-jquery,
 libjs-underscore
Description: Python driver with native interface for ClickHouse
 Python driver for ClickHouse with native interface support.
 It supports external data for query processing, query settings,
 compression, TLS, native Python types, query progress information,
 result streaming and accessing server logs.
 This is a documentation package.