10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "3abbe445347711cecd9cbb80dab4a0777418972fc14a14e9387d0d2ae4b6adb7";
20 propagatedBuildInputs = [
29 pythonImportsCheck = [ "keep" ];
32 homepage = "https://github.com/orkohunter/keep";
33 description = "A Meta CLI toolkit: Personal shell command keeper and snippets manager";
35 platforms = platforms.all;
36 license = licenses.mit;
37 maintainers = with maintainers; [ ris ];