1 { lib, buildPythonPackage, fetchPypi, psutil }:
3 buildPythonPackage rec {
4 pname = "command-runner";
9 pname = "command_runner";
11 sha256 = "sha256-lzt1UhhrPqQrBKsRmPhqhtOIfFlCteQqo6sZ6rOut0A=";
14 propagatedBuildInputs = [ psutil ];
17 homepage = "https://github.com/netinvent/command_runner";
19 Platform agnostic command execution, timed background jobs with live
20 stdout/stderr output capture, and UAC/sudo elevation
22 license = licenses.bsd3;
23 maintainers = teams.wdz.members;