1 { lib, buildPythonApplication, fetchPypi
14 buildPythonApplication rec {
15 pname = "cloud-custodian";
21 sha256 = "0c199gdmpm83xfghrbzp02xliyxiygsnx2fvb35j9qpf37wzzp3z";
24 propagatedBuildInputs = [
37 # Requires tox, many packages, and network access
39 $out/bin/custodian --help
43 description = "Rules engine for cloud security, cost optimization, and governance";
44 homepage = "https://cloudcustodian.io";
45 license = licenses.asl20;
46 maintainers = with maintainers; [ bhipple ];