Commit graph

5 commits

Author SHA1 Message Date
adam
8934e0d4d9 py-xmlschema: updated to 1.1.0
v1.1.0:
* Removed Python 2 compatibility code
* Removed tests code from binary package
* Improved identity constraints validation
* Added JSON lazy decoding as experimental feature
2020-01-24 08:17:06 +00:00
adam
a4c35703c9 py-xmlschema: mark as incompatible with Python 2.7 2020-01-08 21:34:38 +00:00
adam
22a09372d9 py-xmlschema: updated to 1.0.18
v1.0.18:
* Fix for *ModelVisitor.iter_unordered_content()*
* Fixed default converter, AbderaConverter and JsonMLConverter for xs:anyType decode
* Fixed validation tests with all converters
* Added UnorderedConverter to validation tests
2019-12-30 17:53:00 +00:00
adam
140e4b191d py-xmlschema: updated to 1.0.16
v1.0.16:
* Improved XMLResource class for working with compressed files
* Fix for validation with XSD wildcards and 'lax' process content
* Fix ambiguous items validation for xs:choice and xs:sequence models
2019-11-20 10:09:36 +00:00
adam
625ba0089f py-xmlschema: added version 1.0.15
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.
2019-10-22 17:32:02 +00:00