1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonPackage rec {
9 sha256 = "sha256-l9W5L4LD9qRo3rLBkgd2I/aDaj+ucib5UYg+X4RYg6c=";
12 propagatedBuildInputs = with python3Packages; [
20 pythonImportsCheck = [ "present" ];
22 # TypeError: don't know how to make test from: 0.6.0
26 description = "A terminal-based presentation tool with colors and effects.";
27 homepage = "https://github.com/vinayak-mehta/present";
28 license = licenses.asl20;
29 maintainers = with maintainers; [ lom ];