8 buildPythonPackage rec {
9 pname = "click-command-tree";
11 format = "setuptools";
13 src = fetchFromGitHub {
17 hash = "sha256-uBp7462LutL8aFRFix3pbVYbSf1af6k0nW0J0HhJa1U=";
20 propagatedBuildInputs = [
32 pythonImportsCheck = [ "click_command_tree" ];
35 description = "click plugin to show the command tree of your CLI";
36 homepage = "https://github.com/whwright/click-command-tree";
37 license = licenses.mit;
38 maintainers = with maintainers; [ tjni ];