9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "52daaf1f9a4cb2ceb88c1dedf85d22ef449b9422b424a2534d21f941e57bc915";
19 propagatedBuildInputs = [
25 description = "Turn Python scripts into handouts with Markdown and figures";
26 homepage = "https://github.com/danijar/handout";
27 license = licenses.gpl3;
28 maintainers = with maintainers; [ averelld ];