8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "bd33b7547800f2cfbd26b38431f9e64b487a7de74a947b0fafc89b45a601813f";
18 propagatedBuildInputs = [ colorama ];
21 description = "TextUI colors for Python";
22 homepage = "https://github.com/kennethreitz/crayons";
23 license = licenses.mit;