xmlschema v1.5.3
xmlschema
XML Schema validator and data conversion library for Python
Pubblicato da Scuola Internazionale Superiore di Studi Avanzati
Contatto tecnico Davide Brunato
Vitalità:
85%
L’indice di vitalità, così come previsto nelle linee guida sull’acquisizione e riuso di software per la PA, è calcolato prendendo in considerazione le seguenti quattro categorie:
- Code activity: il numero di commit e merge giornalieri;
- Release history: il numero di release giornaliere;
- User community: il numero di autori unici;
- Longevity: l’età del progetto.
I range di ogni misura possono essere trovati nel file vitality-ranges.yml.
Stato di sviluppo: stabile
Funzionalità del software
XSD 1.0 and XSD 1.1 validator and decoder
Informazioni di dettaglio
xmlschema v1.5.3
xmlschema
Ultimo rilascio 2021-03-14 (v1.5.3)
Tipo di manutenzione internal
Licenza MIT
Piattaforme
linux
windows
mac
Lista dipendenze Nessuna
Piattaforme abilitanti Nessuna
Conformità Nessuna
Documentazione API xmlschema API
Descrizione estesa
The xmlschema library is an implementation of XML Schema for Python (supports 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.