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.
Source Distribution
xmlproxy-0.3.0.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file xmlproxy-0.3.0.tar.gz
.
File metadata
- Download URL: xmlproxy-0.3.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89a96e777916d563c7af9bb482f95a6b6e83b40a2df2a1b6e9222c1c3dd51a46 |
|
MD5 | 59730d23a19b15a00754909dac69f6d3 |
|
BLAKE2b-256 | 526ce5720e527151e52f1aa6024232edf01d657ef90b36091f8c708d036dfd82 |
File details
Details for the file xmlproxy-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: xmlproxy-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e10bbf03e393095cd6ef6bf213dfa2d78f24edf7edc3e7badf70c8a1a0db61da |
|
MD5 | b5432f73ef3b5ecf9da4fb96443806cd |
|
BLAKE2b-256 | 0aacba6c967b0e4fb82a6e1fc541d01ad26dd552cc6accef816db639bcfa52fd |