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)