7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "1ip4bfwcpwkq9hz2dai14k2cyabvwrnvcvrcmzxmqm04g8fnimwn";
18 description = "Library for converting a token stream into a data structure for use in web form posts";
19 homepage = "https://docs.pylonsproject.org/projects/peppercorn/en/latest/";
20 maintainers = with maintainers; [ domenkozar ];
21 platforms = platforms.all;