Source: python-kafka Section: python Priority: optional Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Michal Arbet , Build-Depends: debhelper-compat (= 11), dh-python, openstack-pkg-tools, python3-all, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, Build-Depends-Indep: python3-lz4, python3-mock, python3-nose, python3-nose-timer, python3-pytest, python3-pytest-mock, python3-six, python3-snappy, python3-unittest2, Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-kafka Vcs-Git: https://salsa.debian.org/openstack-team/python/python-kafka.git Homepage: https://github.com/mumrah/kafka-python Package: python-kafka-doc Section: doc Architecture: all Depends: python3-lz4, python3-six, python3-snappy, ${misc:Depends}, ${sphinxdoc:Depends}, Description: Pure Python client for Apache Kafka - doc This module provides low-level protocol support for Apache Kafka as well as high-level consumer and producer classes. Request batching is supported by the protocol as well as broker-aware request routing. Gzip and Snappy compression is also supported for message sets. . This package contains the documentation. Package: python3-kafka Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Suggests: python-kafka-doc, python3-six, Description: Pure Python client for Apache Kafka - Python 3.x This module provides low-level protocol support for Apache Kafka as well as high-level consumer and producer classes. Request batching is supported by the protocol as well as broker-aware request routing. Gzip and Snappy compression is also supported for message sets. . This package contains the Python 3.x module.