Module pyboiler.hml

XML object (de)serialization in a similar interface to python.json

Functions

def dumps(obj: dict, tag='root', pretty: bool = True)

Serializes a python dict to xml notation

def loads(xml_str: str)

Deserializes xml to a python dictionary