Metadata-Version: 1.0
Name: xml_marshaller
Version: 0.9.2
Summary: Converting Python objects to XML and back again.
Home-page: http://www.python.org/community/sigs/current/xml-sig/
Author: Nicolas Delaby
Author-email: nicolas@nexedi.com
License: Python License (CNRI Python License)
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.
        Original Authors are XML-SIG (xml-sig@python.org).
        Fully compatible with PyXML implementation, enable namespace support for
        XML Input/Output.
        Implemented with lxml
Keywords: XML marshaller
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python License (CNRI Python License)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Markup :: XML
