1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonApplication rec {
10 sha256 = "sha256-QBURvPfDBbhF+AhQ0SsHYnZzr5RN36Cqa2DrAQZW0gU=";
13 doCheck = false; # there are no tests
15 pythonImportsCheck = [ "chatblade" ];
16 propagatedBuildInputs = with python3Packages; [
42 homepage = "https://github.com/npiv/chatblade/";
43 description = "A CLI Swiss Army Knife for ChatGPT";
44 license = licenses.gpl3Only;
45 maintainers = with maintainers; [ deejayem ];