Metadata-Version: 1.0
Name: ElementTreeFactory
Version: 1.0
Summary: A Genshi-inspired framework for easy use of ElementTree
Home-page: https://github.com/waveform80/ElementTreeFactory
Author: Dave Hughes
Author-email: dave@waveform.org.uk
License: UNKNOWN
Description: A Genshi-inspired framework for easy use of ElementTree.
        
        ElementTreeFactory is a class inspired by Genshi's ElementFactory class which
        allows for construction of XML documents with code which directly reflects the
        structure of the resulting document.
Keywords: xml,etree
Platform: ALL
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: Text Processing :: Markup :: HTML
