eulxml
XPath-based XML data binding
XPath-based XML data binding
To install this package, run one of the following:
eulxml is an extensible library for reading and writing XML documents in idiomatic Python. It allows developers to map predictable XML node structures to XmlObject subclasses, using field definitions to map XPath expressions directly to Python attributes. For projects using Django, it also provides utilities for exposing XmlObject instances to web users with XmlObjectForm. As a bonus, EULxml happens to include an XPath parser in eulxml.xpath.
Summary
XPath-based XML data binding
Last Updated
Apr 30, 2018 at 13:11
License
Apache-2.0
Supported Platforms
GitHub Repository
https://github.com/emory-libraries/eulxmlDocumentation
https://eulxml.readthedocs.io/en/latest/