Releases: jahtz/pypxml
Releases · jahtz/pypxml
v2.0
Warning
Breaking changes! Be aware that the following changes may require code updates.
What's changed
- Merged
PageXML
andPage
classes into a single class. Element
class is nowPageElement
.XMLType
enum is nowPageType
.- Improved attribute access.
Minor changes
- Refined the project’s structure for better organization.
PyPi
pip install pypxml==2.0
https://pypi.org/project/pypxml/2.0/
v1.0
Features
- Release of version
1.0
: First stable release ofpypxml
. - Full API integration: Complete integration for working with PageXML files, including functionality for parsing, manipulating, and exporting XML data.
- PyPI Publication: The package is now available on PyPI. You can install it via:
pip install pypxml