Skip to main content

Python wrapper for tinyxml2

Project description

pytinyxml2

Python library to wrap the tinyxml2 library

Installation

Like other ones, just type:

pip3 install pytinyxml2

Usage

You can call C method of tinyxml2 in Python:

import pytinyxml2
doc = pytinyxml2.XMLDocument()
doc.Parse("<?xml version=\"1.0\"?><element>Text</element>")
print(doc.FirstChildElement().GetText())

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

pytinyxml2-9.0.0.tar.gz (44.5 kB view hashes)

Uploaded Source

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