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 46 47 48 49 50
|
Source: pykafka
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Michal Arbet <michal.arbet@ultimum.io>,
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.
|