Metadata-Version: 1.1
Name: ECoXiPy
Version: 0.4.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 2 and 3 project (tested with CPython 2.7 and 3.3 as well as
              PyPy 2.0) 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. There is also functionality to efficiently
              validate and transform XML while it is being created.
              
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: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: XML
