15 buildPythonPackage rec {
16 pname = "jupyter-client";
21 pname = "jupyter_client";
23 hash = "sha256-NbOglHxKbp1Ynrl9fUzV6Q+RDucxAWEfASg3Mr1tlBk=";
26 build-system = [ hatchling ];
34 ] ++ lib.optionals (pythonOlder "3.10") [ importlib-metadata ];
36 pythonImportsCheck = [ "jupyter_client" ];
38 # Circular dependency with ipykernel
42 description = "Jupyter protocol implementation and client libraries";
43 homepage = "https://github.com/jupyter/jupyter_client";
44 changelog = "https://github.com/jupyter/jupyter_client/blob/v${version}/CHANGELOG.md";
45 license = lib.licenses.bsd3;
46 maintainers = lib.teams.jupyter.members;