XML2Dict
XML2Dict copied to clipboard
Put xml2dict inside a package
When I install XML2Dict
there are two available modules: encoder
and decoder
. As these are generic names, I think they should live inside a xml2dict
package (like: from xml2dict.encoder import XML2Dict
).
The change is very easy to do (just create the directory, move the files in there and change setup.py
).