Skip to main content

No project description provided

Project description

hxml

hxml is a simple xml parser for Python 3.12

Examples

<!-- test.xml -->
<?xml version="1.0" encoding="UTF-8"?>
<le_epic_xml>
    <name>Epic XML</name>
    <cool>
        <a>as</a>
        <b>you</b>
        <c>see</c>
        <d>it</d>
        <e>works!</e>
    </cool>
</le_epic_xml>
# epic_xml.py
from hxml import XML

xml = XML("test.xml")

epic_xml = xml.get("le_epic_xml")
print(epic_xml) # {'name': 'Epic XML', 'cool': {'a': 'as', 'b': 'you', 'c': 'see', 'd': 'it', 'e': 'works!'}}

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

hxml-0.0.1-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file hxml-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: hxml-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 2.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for hxml-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c81666f2f5ba8279ebd040bed65e662f3a9a928451cbc60403bfe8e09683f34b
MD5 d800a7b968336e8c27e2fd0d1316c00e
BLAKE2b-256 9e9d437c39b5d8198be343c8378cb005c7a373d4d202bc9f64e1390de7b7acab

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