1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonApplication rec {
10 sha256 = "sha256-AjE+1MkSkZOtEUPKEPBKQ3n+aOB8cwsorBpL5skNskU=";
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 mainProgram = "chatblade";
45 license = licenses.gpl3Only;
46 maintainers = with maintainers; [ deejayem ];