Metadata-Version: 1.0
Name: streamxmlwriter
Version: 0.3
Summary: Simple library for incrementally writing XML files of arbitrary size
Home-page: http://github.com/infixfilip/streamxmlwriter/tree/master
Author: Filip Salomonsson
Author-email: filip.salomonsson@gmail.com
License: MIT
Description: 
        streamxmlwriter - A simple library for incrementally writing XML
        files of arbitrary size. Supports pretty-printing and custom attribute
        ordering. Experimental namespace support.
        
        In development; poor documentation and tests; may eat your children.
        The latest development version is available from the git repository [1].
        
        [1] http://github.com/infixfilip/streamxmlwriter/tree/master
        
        Comments and/or patches are always welcome.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Text Processing :: Markup :: XML
