Source: xmlmarshaller
Section: python
Priority: optional
Maintainer: Arnaud Fontaine <arnau@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: python-setuptools (>= 0.6b3),
               python-all (>= 2.6.6-3),
               python-lxml,
               python-six,
               debhelper (>= 12~),
               dh-python
Build-Depends-Indep: python-pkg-resources
Standards-Version: 4.3.0
Homepage: https://pypi.python.org/pypi/xml_marshaller
Vcs-Git: https://salsa.debian.org/python-team/modules/xmlmarshaller.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/xmlmarshaller

Package: python-xmlmarshaller
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-pkg-resources
Description: Converting Python objects to XML and back again
 This module allows one to marshal simple Python data types into a custom
 XML format. The Marshaller and Unmarshaller classes can be subclassed
 in order to implement marshalling into a different XML DTD.
 .
 Fully compatible with PyXML implementation, enables namespace support
 for XML Input/Output.
