10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "3abbe445347711cecd9cbb80dab4a0777418972fc14a14e9387d0d2ae4b6adb7";
19 propagatedBuildInputs = [
28 pythonImportsCheck = [ "keep" ];
31 homepage = "https://github.com/orkohunter/keep";
32 description = "A Meta CLI toolkit: Personal shell command keeper and snippets manager";
33 platforms = platforms.all;
34 license = licenses.mit;
35 maintainers = with maintainers; [ ris ];