8 # large-rebuild downstream dependencies and applications
16 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 sha256 = "sha256-doLcivswKXABZ0V16gDRgU2AjWo2r0Fagr1IHTe6e44=";
26 propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [
35 inherit black flask magic-wormhole mitmproxy typer;
39 homepage = "https://click.palletsprojects.com/";
40 description = "Create beautiful command line interfaces in Python";
42 A Python package for creating beautiful command line interfaces in a
43 composable way, with as little code as necessary.
45 license = licenses.bsd3;
46 maintainers = with maintainers; [ SuperSandro2000 ];