Friday, September 16, 2011

dexml, simple object-XML mapper for Python

By Vasudev Ram - dancingbison.com | @vasudevram | jugad2.blogspot.com

Saw this via a tweet by @raymondh - Raymond Hettinger, core Python developer/guru:

Ryan Kelly ( https://github.com/rfk ) has created dexml, a simple "ORM for XML" in Python; IOW, an object-XML mapper for Python. It works both ways - map a Python object to XML and vice versa. This is something like the Java API for XML (Data) Binding (JAXB), a pretty useful API which I had looked at some time ago.

Get dexml here: https://github.com/rfk/dexml

Examples of dexml usage are here: https://github.com/rfk/dexml#readme


Posted via email
- Vasudev Ram @ Dancing Bison

No comments: