KQ: Kafka Job Queue for Python

GitHub License Python Versions

KQ (Kafka Queue) is a Python library which lets you enqueue and execute jobs asynchronously using Apache Kafka. It uses kafka-python under the hood.

Requirements

Installation

Install via pip:

pip install kq