Skip to main content

Easy XML utility.

Project description

This package makes it easy to construct xml files.

Examples

e = add(‘TBGRoot’)

i = add(‘LevelOne’, e, attrs={‘type’:’default’, ‘class’:’toplevel’}) add(‘ID’, i, txt=’1234’) add(‘FirstName’, i, text=’Jack’) add(‘LastName’, i, text=’Smith’)

i = add(‘LevelTwo’, e, attrs={‘type’:’default’, ‘class’:’secondlevel’}) add(‘ID’, i, txt=’12345’) add(‘Address’, i, text=’1 Main Street’) add(‘City’, i, text=’New York’)

print pretty(xml=etree2xml(e))

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

TBGXMLUtils-0.1.3.tar.gz (2.5 kB view details)

Uploaded Source

File details

Details for the file TBGXMLUtils-0.1.3.tar.gz.

File metadata

File hashes

Hashes for TBGXMLUtils-0.1.3.tar.gz
Algorithm Hash digest
SHA256 03df3dac8c929a579812071f0c72af0272f78b94a68d05bfa7fd95e28190fbbf
MD5 cc00a8528c473c79170110cbac149993
BLAKE2b-256 0a594d31b774c655c2ddea6f4db611a985c2e66b4684f9afe34f73d2d1d00905

See more details on using hashes here.

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