Metadata-Version: 2.1
Name: xmle
Version: 0.1.24
Summary: an extension to xml.etree.ElementTree.Element to handle xml snippets
Home-page: https://github.com/jpn--/xmle
Author: Jeffrey Newman
Author-email: jnewman@camsys.com
License: MIT
Keywords: xml xhtml
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
License-File: LICENSE
Requires-Dist: pandas

# xmle
An extension to xml.etree.ElementTree.Element to handle xml snippets

This library aids in generating neatly formatted HTML output from a
variety of object types.

Check out some examples in the ``Example.ipynb`` notebook.

