12 buildPythonPackage rec {
18 inherit pname version;
19 hash = "sha256-Brwvu/Zevr8sOE3KAwakDDzVMc2VoFxIb1orXAes2U0=";
22 build-system = [ flit-core ];
34 pythonImportsCheck = [ "keep" ];
37 description = "Meta CLI toolkit to keep personal shell command keeper and manage snippets";
38 homepage = "https://github.com/OrkoHunter/keep";
39 changelog = "https://github.com/OrkoHunter/keep/releases/tag/${version}";
40 license = lib.licenses.mit;
41 maintainers = with lib.maintainers; [ ris ];