31 buildPythonPackage rec {
36 # The github archive does not include the static assets
38 inherit pname version;
39 hash = "sha256-vs1miLjM/xRrnFYpHte65CfDt4ZRoCKjFMClWukIWZY=";
42 build-system = [ hatchling ];
44 pythonRelaxDeps = [ "websockets" ];
65 pythonImportsCheck = [ "marimo" ];
67 # The pypi archive does not contain tests so we do not use `pytestCheckHook`
71 versionCheckProgramArg = [ "--version" ];
74 description = "Reactive Python notebook that's reproducible, git-friendly, and deployable as scripts or apps";
75 homepage = "https://github.com/marimo-team/marimo";
76 changelog = "https://github.com/marimo-team/marimo/releases/tag/${version}";
77 license = lib.licenses.asl20;
78 mainProgram = "marimo";
79 maintainers = with lib.maintainers; [