All releases of PyTREX


Release Notes: This release fixes a bug that prevented multiple child patterns from working inside oneOrMore, optional, zeroOrMore, and mixed.


Release Notes: Groups of 1 and 3 or more now work properly, and left-over attributes are reported as errors.


Release Notes: PyTREX now implements the entire TREX specification, except for anonymous type support.


Release Notes: This release includes support and tests for pattern inclusion, grammar merging (partial), named datatypes, "not", "difference", "choice" in nameclasses, "nsName", "anyName", "notAllowed", namespaces, qnames, trex namespace, and changes to the py file to allow it to be importable.


Release Notes: Implements concepts in sections 1 through 6 of the TREX tutorial.