8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-Z8tynzN911KAjAIbcMjfijT4S54RGl26o34ADur01GI=";
23 pythonImportsCheck = [ "dicttoxml2" ];
26 description = "Converts a Python dictionary or other native data type into a valid XML string";
27 homepage = "https://pypi.org/project/dicttoxml2/";
28 license = licenses.gpl2Only;
29 maintainers = with maintainers; [ fab ];