Python wrapper for tinyxml2
Project description
pytinyxml2
Python library to wrap the tinyxml2 library
Installation
Just 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-2.1.1.tar.gz
(32.0 kB
view details)
File details
Details for the file pytinyxml2-2.1.1.tar.gz.
File metadata
- Download URL: pytinyxml2-2.1.1.tar.gz
- Upload date:
- Size: 32.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cdb6610c5e558d8cc1b914d4b9a5a7aa8b33cfbae8dec9b6c917a0fc4195e1d
|
|
| MD5 |
f618980669765d3af4543aef39b758fd
|
|
| BLAKE2b-256 |
ecd87767efe72e08353e0c6344a133f64cd914931863564e1dd9be9c07efbede
|