python-et-xmlfile
Port variant v12
Summary Low memory library for large XML files (3.12)
Package version 1.1.0
Homepage https://foss.heptapod.net/openpyxl/et_xmlfile
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v11
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 13 JAN 2024, 02:07:09 UTC
Port created 13 JAN 2024, 02:07:09 UTC
Subpackage Descriptions
single et_xmfile ========= et_xmlfile is a low memory library for creating large XML files. It is based upon the [xmlfile module from lxml] with the aim of allowing code to be developed that will work with both libraries. It was developed initially for the openpyxl project but is now a standalone module. The code was written by Elias Rabel as part of the `Python Düsseldorf `_ openpyxl sprint in September 2014. Note on performance ------------------- The code was not developed with performance in mind but turned out to be faster than the existing SAX-based implementation but is significantly slower than lxml's xmlfile. There is one area where an optimisation for lxml will negatively affect the performance of et_xmfile and that is when using the `.element()` method on an xmlfile context manager. It is, therefore, recommended not to use this, though the method is provided for code compatibility.
Configuration Switches (platform-specific settings discarded)
PY311 OFF Build using Python 3.11 PY312 ON Build using Python 3.12
Package Dependencies by Type
Build (only) python312:dev:standard
python-pip:single:v12
autoselect-python:single:standard
Build and Runtime python312:primary:standard
Download groups
main mirror://PYPIWHL/96/c2/3dd434b0108730014f1b96fd286040dc3bcb70066346f7e01ec2ac95865f
Distribution File Information
a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada 4688 et_xmlfile-1.1.0-py3-none-any.whl
Ports that require python-et-xmlfile:v12
python-openpyxl:v12 Read/write Excel 2010 xlsx/xlsm files (3.12)