9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-JRRgjg8pp3Xb0bERFWEhnOg9U8+kuqL+QQH6uE/Vbxs=";
21 propagatedBuildInputs = [ blessed ];
24 homepage = "https://github.com/FedericoCeratto/dashing";
25 description = "Terminal dashboards for Python";
26 license = licenses.gpl3;
27 maintainers = with maintainers; [ juliusrickert ];