10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 hash = "sha256-pDbrHGVMOeDJhqUWzuIYvqcUC1EPzv9j+X60/P89k94=";
30 pythonImportsCheck = [
35 description = "Pure Python client for Apache Kafka";
36 homepage = "https://github.com/dpkp/kafka-python";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ onny ];