1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
10 sha256 = "sha256-dYeIAYq4+q3cCYTh6gX/Mw08ZL5mPFE8wfEF9qMGbas=";
16 description = "FIGlet in pure Python";
17 mainProgram = "pyfiglet";
18 license = licenses.gpl2Plus;
19 maintainers = with maintainers; [ thoughtpolice ];