Skip to main content

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


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)

Uploaded Source

Built Distribution

xmlproxy-0.3.0-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

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

Hashes for xmlproxy-0.3.0.tar.gz
Algorithm Hash digest
SHA256 89a96e777916d563c7af9bb482f95a6b6e83b40a2df2a1b6e9222c1c3dd51a46
MD5 59730d23a19b15a00754909dac69f6d3
BLAKE2b-256 526ce5720e527151e52f1aa6024232edf01d657ef90b36091f8c708d036dfd82

See more details on using hashes here.

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

Hashes for xmlproxy-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e10bbf03e393095cd6ef6bf213dfa2d78f24edf7edc3e7badf70c8a1a0db61da
MD5 b5432f73ef3b5ecf9da4fb96443806cd
BLAKE2b-256 0aacba6c967b0e4fb82a6e1fc541d01ad26dd552cc6accef816db639bcfa52fd

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