Skip to content

Releases: jahtz/pypxml

v2.0

18 Oct 09:49
d0b8327
Compare
Choose a tag to compare

Warning

Breaking changes! Be aware that the following changes may require code updates.

What's changed

  • Merged PageXML and Page classes into a single class.
  • Element class is now PageElement.
  • XMLType enum is now PageType.
  • 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

13 Oct 08:29
813860c
Compare
Choose a tag to compare

Features

  • Release of version 1.0: First stable release of pypxml.
  • 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