Metadata-Version: 1.0
Name: xml-marshaller
Version: 0.9.6
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
        
        History
        =======
        
        0.9.6 (2010-10-12)
        ------------------
         - [fix] Support boolean transformation
            [Nicolas Delaby]
        
        0.9.5 (2010-09-01)
        ------------------
        
         - [fix] Formatting of documentation
            [Lukasz Nowak]
        
        0.9.4 (2010-09-01)
        ------------------
        
         - [fix] Instances are now correctly unmarshalled.
            [Cedric de Saint Martin]
        
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
