8 buildPythonPackage rec {
11 format = "setuptools";
12 disabled = pythonOlder "3.4";
15 inherit pname version;
16 sha256 = "sha256-NBWVpIjj4BqFqdiRHYkS/ZIu3l/sxNzkN+tLbI0DflY=";
23 pythonImportsCheck = [ "xmltodict" ];
26 description = "Makes working with XML feel like you are working with JSON";
27 homepage = "https://github.com/martinblech/xmltodict";
28 license = licenses.mit;
29 maintainers = with maintainers; [ SuperSandro2000 ];