1 { lib, fetchPypi, buildPythonPackage, six }:
3 buildPythonPackage rec {
9 sha256 = "0bfn8n8sb3slwx7ra8m8fbfy65k20h2qxcqfq99hwqrrkgcffihl";
12 propagatedBuildInputs = [ six ];
15 description = "Super simple library to convert a Python dictionary into an xml string";
16 homepage = "https://github.com/delfick/python-dict2xml";
17 license = licenses.mit;
18 maintainers = with maintainers; [ johnazoidberg ];