File: control

package info (click to toggle)
python-confluent-kafka 1.7.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,904 kB
  • sloc: python: 8,335; ansic: 6,065; sh: 1,203; makefile: 178
file content (45 lines) | stat: -rw-r--r-- 1,294 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
Source: python-confluent-kafka
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Christos Trochalakis <ctrochalakis@debian.org>,
 Nicolas Dandrimont <olasd@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 librdkafka-dev (>= 1.4.2),
 python3-all-dev,
 python3-avro,
 python3-jsonschema,
 python3-protobuf,
 python3-pyrsistent,
 python3-pytest,
 python3-pytest-timeout,
 python3-pytest-xdist,
 python3-requests,
 python3-requests-mock,
 python3-setuptools,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-confluent-kafka
Vcs-Git: https://salsa.debian.org/python-team/packages/python-confluent-kafka.git
Homepage: https://github.com/confluentinc/confluent-kafka-python

Package: python3-confluent-kafka
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Suggests:
 python3-avro,
 python3-jsonschema,
 python3-protobuf,
 python3-pyrsistent,
 python3-requests,
Description: Python client to interact with Kafka - Python 3.x
 python-confluent-kafka wraps the librdkafka C library, providing full Kafka
 protocol support with great performance and reliability.
 .
 This package provides the Python 3.x module.