1 { lib, fetchPypi, buildPythonPackage
5 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "0xg6m5hr33h9bdlrr42kc58jm2m87a9zsagy7n2m4n407d2snv64";
14 buildInputs = [ psutil ];
16 checkInputs = [ pytest ];
23 description = "Python Progress Bar and Percent Indicator Utility";
24 homepage = "https://github.com/rasbt/pyprind";
25 license = licenses.bsd3;
26 maintainers = with maintainers; [ jfrankenau ];