13 buildPythonPackage rec {
14 pname = "jupyter_client";
18 inherit pname version;
19 sha256 = "5efdf4131124d4a0d5789101e74827022585f172d2f4b60cf6fa98e0a7511b25";
22 propagatedBuildInputs = [
28 ] ++ lib.optional isPyPy py;
30 # Circular dependency with ipykernel
34 description = "Jupyter protocol implementation and client libraries";
35 homepage = "https://jupyter.org/";
36 license = lib.licenses.bsd3;
37 maintainers = with lib.maintainers; [ ];