Menu

Developers Italia We develop public services, together

Follow us

xmlschema v3.2.1

xmlschema

XML Schema validator and data conversion library for Python

Vitality:

93%

i

The vitality index, as explicited in the guidelines for the acquisition and reuse of software for Italian PA, is calculated according to the following four main categories:

  • Code activity: the daily number of commits and merges;
  • Release history: the daily number of releases;
  • User community: the number of unique authors;
  • Longevity: the age of the project.

The ranges of every measure can be found in the vitality-ranges.yml file.

Development status: stable


Software functionality

XSD 1.0 and XSD 1.1 validator and decoder

detailed information

xmlschema v3.2.1

xmlschema

Last release 2024-04-07 (v3.2.1)

Type of maintenance internal

Api documentation xmlschema API

Extended description

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

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.

back to contents