File: control

package info (click to toggle)
python-confluent-kafka 0.11.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 504 kB
  • sloc: ansic: 5,171; python: 1,085; makefile: 7
file content (40 lines) | stat: -rw-r--r-- 1,572 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
Source: python-confluent-kafka
Section: python
Priority: optional
Maintainer: Christos Trochalakis <ctrochalakis@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               librdkafka-dev (>= 0.11.6~),
               python-all-dev,
               python-avro,
               python-requests,
               python-setuptools,
               python3-all-dev,
               python3-requests,
               python3-setuptools,
               python3-avro
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.2.1
Homepage: https://github.com/confluentinc/confluent-kafka-python
Vcs-Git: https://salsa.debian.org/python-team/modules/python-confluent-kafka.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-confluent-kafka

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

Package: python3-confluent-kafka
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Suggests: python3-avro, 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.