Source: pykafka Section: python Priority: optional Maintainer: Debian OpenStack Uploaders: Michal Arbet , Build-Depends: debhelper (>= 10), dh-python, python3-all-dev, python3-pbr (>= 2.0.0), python3-setuptools, python3-six, python3-kazoo, python3-tabulate, python3-pytest, python3-pytest-cov, python3-snappy, python3-unittest2, python3-nose, librdkafka-dev, Standards-Version: 4.1.3 Homepage: https://github.com/Parsely/pykafka Vcs-Git: https://salsa.debian.org/openstack-team/python/python-pykafka.git Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-pykafka Package: python3-pykafka Architecture: any Depends: python3-six, python3-kazoo, python3-tabulate, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Suggests: python3-gevent, python3-lz4 (>= 0.10.1), python3-lz4tools, python3-xxhash, Description: PyKafka is Kafka client for Python. PyKafka is a programmer-friendly Kafka client for Python. It includes Python implementations of Kafka producers and consumers, which are optionally backed by a C extension built on librdkafka. It runs under Python 2.7+, Python 3.4+, and PyPy, and supports versions of Kafka 0.8.2 and newer. . PyKafka's primary goal is to provide a similar level of abstraction to the JVM Kafka client using idioms familiar to Python programmers and exposing the most Pythonic API possible.