No project description provided
Project description
xmlproxy
import xml.etree.ElementTree as et r = et.Element('root') s = et.SubElement(r, 'tagname') s.text = '123' # use xmlproxy: class Root(et.Element): tagname = text_property('tagname') r = Root('root') r.abc = '123'
forgot tag name and enjoy type hit!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size xmlproxy-0.3.0-py3-none-any.whl (3.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size xmlproxy-0.3.0.tar.gz (2.5 kB) | File type Source | Python version None | Upload date | Hashes View |