Metadata-Version: 2.4
Name: XmlDict-light
Version: 1.1.4
Summary: XML JSON conversion
Keywords: json,xml,converter,conversion
Author: Daniel Rexin
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.11
Project-URL: Homepage, https://github.com/DannieDarko/xmldict
Project-URL: Issues, https://github.com/DannieDarko/xmldict/issues
Description-Content-Type: text/markdown

# XmlDict
This is a lightweight implementation to transform JSON to XML and vice versa.
Uses only python core functions, so no external requirements.