7 buildPythonPackage rec {
8 pname = "ukpostcodeparser";
12 pname = "UkPostcodeParser";
14 sha256 = "930264efa293db80af0103a4fe9c161b06365598d24bb6fe5403f3f57c70530e";
20 description = "UK Postcode parser";
21 homepage = "https://github.com/hamstah/ukpostcodeparser";
22 license = licenses.publicDomain;
23 maintainers = with maintainers; [ siddharthist ];
24 platforms = platforms.unix;