9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "sha256-Pv2ZsGUlY1mVB8QV1ItRiWyIvi8BwrYlCvi6tRVx41M=";
28 pythonImportsCheck = [
33 description = "Pure Python client for Apache Kafka";
34 homepage = "https://github.com/dpkp/kafka-python";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ onny ];