Metadata-Version: 2.1 Name: untangle Version: 1.1.1 Summary: Convert XML documents into Python objects Home-page: http://github.com/stchris//untangle Author: Christian Stefanescu Author-email: chris@0chris.com License: MIT Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: Natural Language :: English Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 untangle -------- .. image:: https://secure.travis-ci.org/stchris/untangle.png?branch=master untangle parses an XML document and returns a Python object which makes it easy to access the data you want. Example: :: import untangle obj = untangle.parse('') assert obj.root.child['name'] == u'child1' See http://0chris.com/untangle and http://readthedocs.org/docs/untangle/en/latest/