I need to serialize my Python objects into XML data. I tried to use Django, but it only works for QuerySet objects and not for any simple Python object.
How can I serialize a Python object into XML data?
I need to serialize my Python objects into XML data. I tried to use Django, but it only works for QuerySet objects and not for any simple Python object.
How can I serialize a Python object into XML data?
setup.py, and then it failed to parse certain things, looking for object properties that no longer exist in the languageYou could also have a look at the objectify module from lxml.