./wip/py-dexml, Dead-simple Object-XML mapper for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3.6, Package name: py310-dexml-0.3.6, Maintainer: wenheping

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.


Required to run:
[lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: ce3e3a53196039cdc3816feda7424aefc2664564
Filesize: 16.612 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 13:54:18 by Aleksej Saushev | Files touched by this commit (46)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-05-25 14:51:38 by Wen Heping | Files touched by this commit (2)
Log message:
- Update to 0.3.6
   2010-03-09 14:26:08 by Wen Heping | Files touched by this commit (2)
Log message:
- Update to 0.3.4
   2010-02-28 06:04:18 by Wen Heping | Files touched by this commit (1)
Log message:
- Revise Homepage
- Remove unneeded dependence
   2010-02-27 14:52:06 by Wen Heping | Files touched by this commit (4) | Imported package
Log message:
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.