[Erp5-report] r29906 - /erp5/trunk/utils/xml_marshaller/setup.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Oct 22 10:46:59 CEST 2009
Author: nicolas
Date: Thu Oct 22 10:46:58 2009
New Revision: 29906
URL: http://svn.erp5.org?rev=29906&view=rev
Log:
Extend description
Modified:
erp5/trunk/utils/xml_marshaller/setup.py
Modified: erp5/trunk/utils/xml_marshaller/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/xml_marshaller/setup.py?rev=29906&r1=29905&r2=29906&view=diff
==============================================================================
--- erp5/trunk/utils/xml_marshaller/setup.py [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/setup.py [utf8] Thu Oct 22 10:46:58 2009
@@ -9,7 +9,10 @@
long_description="""
Marshals 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.""",
+to implement marshalling into a different XML DTD.
+Fully compatible with PyXML implementation, enable namespace support for
+XML Input/Output.
+Implemented with lxml""",
classifiers=['Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: Python License (CNRI Python License)',
More information about the Erp5-report
mailing list