The xml_objectify module transforms arbitrary XML documents into "native" Python objects. Its goal is to produce Python objects that feel more "natural" to Python programmers than DOM objects, and that are easier to work with.
| Tags | Software Development Libraries Python Modules |
|---|---|
| Licenses | Public Domain |
| Implementation | Python |