Metadata-Version: 1.1
Name: ECoXiPy
Version: 0.1.0
Summary: Easy Creation of XML in Python
Home-page: https://github.com/IvIePhisto/ECoXiPy
Author: Michael Pohl
Author-email: pohl-michael@gmx.biz
License: MIT License
Description: This Python project allows for easy creation of XML. The hierarchical
        structure of XML is easy to spot and the code to create XML is much shorter
        than using SAX, DOM or similar APIs.
        
Keywords: XML
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: XML
