1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonApplication rec {
10 hash = "sha256-d8XavZBuWsuIUxraC2XaWM6tgo2JmsPZwzyl9Rj5wWM=";
13 doCheck = false; # there are no tests
15 pythonImportsCheck = [ "chatblade" ];
16 propagatedBuildInputs = with python3Packages; [
26 homepage = "https://github.com/npiv/chatblade/";
27 description = "CLI Swiss Army Knife for ChatGPT";
28 mainProgram = "chatblade";
29 license = licenses.gpl3Only;
30 maintainers = with maintainers; [ deejayem ];