12 buildPythonPackage rec {
13 pname = "jupyter-ydoc";
19 pname = "jupyter_ydoc";
21 hash = "sha256-APizOm59VcvhK5G4emqGtnPikz13w6EmG7qLJHU2Rd0=";
29 propagatedBuildInputs = [
33 pythonImportsCheck = [ "jupyter_ydoc" ];
41 # requires a Node.js environment
45 changelog = "https://github.com/jupyter-server/jupyter_ydoc/blob/v${version}/CHANGELOG.md";
46 description = "Document structures for collaborative editing using Ypy";
47 homepage = "https://github.com/jupyter-server/jupyter_ydoc";
48 license = lib.licenses.bsd3;
49 maintainers = lib.teams.jupyter.members;