8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-NBWVpIjj4BqFqdiRHYkS/ZIu3l/sxNzkN+tLbI0DflY=";
18 nativeCheckInputs = [ pytestCheckHook ];
20 pythonImportsCheck = [ "xmltodict" ];
23 description = "Makes working with XML feel like you are working with JSON";
24 homepage = "https://github.com/martinblech/xmltodict";
25 license = licenses.mit;