./textproc/py-xmlschema, XML Schema validator and decoder

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.3.0, Package name: py311-xmlschema-3.3.0, Maintainer: pkgsrc-users

The xmlschema library is an implementation of XML Schema for Python (supports
Python 2.7 and Python 3.5+).

This library arises from the needs of a solid Python layer for processing XML
Schema based files for MaX (Materials design at the Exascale) European project.
A significant problem is the encoding and the decoding of the XML data files
produced by different simulation software. Another important requirement is the
XML data validation, in order to put the produced data under control. The lack
of a suitable alternative for Python in the schema-based decoding of XML data
has led to build this library. Obviously this library can be useful for other
cases related to XML Schema based processing, not only for the original scope.


Required to run:
[devel/py-setuptools] [textproc/py-elementpath] [lang/python310]

Master sites:

Filesize: 559.604 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-19 06:20:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 3.3.0

v3.3.0
* Rewrite the validation of openContent using InterleavedModelVisitor and \ 
SuffixedModelVisitor
* Fix validation of XSD 1.1 'all' nested models
   2024-04-07 21:27:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 3.2.1

v3.2.1
* Improve ModelVisitor and particle occurs checking
* Fix interleave mode with XSD 1.1 open content
* Fix for export/download of XSD sources with commented-out imports/include
   2024-04-03 09:27:05 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 3.2.0

v3.2.0
* Add *download_schemas()* to package API
* Fix issue with facets on list types
   2024-03-18 09:53:08 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-xmlschema: updated to 3.1.0

v3.1.0

* Add GData converter
* Fix typing protocols usage
* Extend XSD annotations parsing
   2024-02-19 07:05:40 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-xmlschema: updated to 3.0.2

v3.0.2

* Use XPath subtree as fragment for xs:assert
* Fix in XMLSchemaProxy definition and usage for providing
  a base-uri to schema nodes
* Module xpath.py splitted to a subpackage for including all the
  custom XPath 1.0/2.0 parsers and related classes to XPath
* Add support for Python 3.13 (pre-releases)
   2024-01-14 16:09:17 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-xmlschema: updated to 3.0.1

v3.0.1 (2024-01-09)
* Hotfix release for broken requirement
* Set python-requires metadata to >=3.8
* Upgrade GitHub Actions

v3.0.0 (2024-01-07)
* XML declaration processing option *xmlns_processing* for converters
* Decode/validate from XML document with dynamic schema load
* XMLResource enhancement for a better XML resources processing
* Improve lazy resources iteration removing preceding elements (*thin_mode* option)
* Drop support for Python 3.7
   2023-12-28 19:43:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 2.5.1

v2.5.1

* Fix slowness of key selectors introduced by v2.5.0
* Remove redundant wheel dep from pyproject.toml and unnecessary build deps from \ 
tox.ini
   2023-11-15 00:59:23 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-xmlschema: add missing setuptools tool