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 details)
File details
Details for the file pytinyxml2-9.0.0.tar.gz.
File metadata
- Download URL: pytinyxml2-9.0.0.tar.gz
- Upload date:
- Size: 44.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d011e41ab40aa544e6ff72ed44dfc0c8f31138bf851724523e4b1786e46eb05
|
|
| MD5 |
007656231bd4d4db8707033684b6698d
|
|
| BLAKE2b-256 |
1b1e5b8ffa70f1b5de0f44e34ce56417d8dd68d4ba492d916470e47c2d1b408b
|