pkgsrc-wip/py-dexml/DESCR
Wen Heping 5d9a673170 Import py26-dexml-0.3.3 as wip/py-dexml.
The py-dexml module takes the obvious mapping between XML tags and
Python objects and lets you capture that as cleanly as possible.
Loosely inspired by Django's ORM, you write simple class definitions
to define the expected structure of your XML document.
2010-02-27 13:52:05 +00:00

4 lines
256 B
Text

The py-dexml module takes the obvious mapping between XML tags and
Python objects and lets you capture that as cleanly as possible.
Loosely inspired by Django's ORM, you write simple class definitions
to define the expected structure of your XML document.