11 buildPythonPackage rec {
14 format = "setuptools";
17 inherit pname version;
18 sha256 = "sha256-Brwvu/Zevr8sOE3KAwakDDzVMc2VoFxIb1orXAes2U0=";
21 propagatedBuildInputs = [
30 pythonImportsCheck = [ "keep" ];
33 homepage = "https://github.com/orkohunter/keep";
34 description = "Meta CLI toolkit: Personal shell command keeper and snippets manager";
36 platforms = platforms.all;
37 license = licenses.mit;
38 maintainers = with maintainers; [ ris ];