1 { lib, buildPythonPackage, fetchPypi
2 , asttokens, colorama, executing, pygments
5 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "c2e7b74c1c12caa2cfde050f2e636493ee77a9fb4a494b5593418ab359924a24";
14 propagatedBuildInputs = [ asttokens colorama executing pygments ];
17 description = "A little library for sweet and creamy print debugging";
18 homepage = "https://github.com/gruns/icecream";
19 license = licenses.mit;
20 maintainers = with maintainers; [ renatoGarcia ];