8 buildPythonPackage rec {
15 sha256 = "0g3flgfm3jpb2d8v9z0qmbwca5gxdqr10cs3zvlfhv5cs06ahpnp";
18 propagatedBuildInputs = [ ply ];
23 homepage = "https://github.com/erezsh/plyplus";
24 description = "General-purpose parser built on top of PLY";
25 maintainers = with lib.maintainers; [ twey ];
26 license = lib.licenses.mit;