7 buildPythonPackage rec {
11 # No tests in the Pypi package.
12 src = fetchFromGitHub {
16 sha256 = "1fcz5v8b318a3dsdha4c874jsf3wmcw3f25bv2csixclyzacli98";
19 checkInputs = [ pytestCheckHook ];
22 description = "Terminal string styling done right, in Python.";
23 homepage = "https://github.com/timofurrer/colorful";
24 license = licenses.mit;
25 maintainers = with maintainers; [ kalbasit ];