1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: python-dexml
Section: python
Priority: optional
Maintainer: Janos Guljas <janos@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python-all (>= 2.5), python3-all (>= 3.1), python-setuptools, python3-setuptools
Standards-Version: 3.9.4
Homepage: http://pypi.python.org/pypi/dexml/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-dexml/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-dexml/trunk/
Package: python-dexml
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: Dead-simple Object-XML mapper for Python
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.
Package: python3-dexml
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
Description: Dead-simple Object-XML mapper for Python3
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.
.
This package provides module for python3 series.
|