5d9a673170
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.
4 lines
256 B
Text
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.
|