Skip to main content

Convert XML documents into Python objects

Project description

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('<root><child name="child1"/></root>')
assert obj.root.child['name'] == u'child1'
See http://0chris.com/untangle and

http://readthedocs.org/docs/untangle/en/latest/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

untangle-1.1.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page