Enables developers to quickly manipulate XML data and move on to more important things in their app.
Here are some key features of "xmltopy":
Tools:
· xsdtopy - Generates Python classes from types defined in XML Schema documents (xsd files). Classes contain appropriate metadata describing the XML structure to enable serialization and deserialization.
· xmlserializer - Serializes and deserializes Python objects to/from XML format. Designed to work with classes generated by xsdtopy, but in very simple cases may work with regular Python classes as well.
Requirements:
· lxml
· jinja2
· pytz