File: publiccode.yml

package info (click to toggle)
python-xmlschema 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,208 kB
  • sloc: python: 39,174; xml: 1,282; makefile: 36
file content (67 lines) | stat: -rw-r--r-- 2,346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# This repository adheres to the publiccode.yml standard by including this
# metadata file that makes public software easily discoverable.
# More info at https://github.com/italia/publiccode.yml

publiccodeYmlVersion: '0.2'
name: xmlschema
url: 'https://github.com/sissaschool/xmlschema'
landingURL: 'https://github.com/sissaschool/xmlschema'
releaseDate: '2025-06-05'
softwareVersion: v4.1.0
developmentStatus: stable
platforms:
  - linux
  - windows
  - mac
softwareType: library
inputTypes:
  - text/xml
  - application/xml
  - application/json 
outputTypes:
  - application/json 
  - application/xml
categories:
  - data-analytics
  - data-collection
maintenance:
  type: internal
  contacts:
    - name: Davide Brunato
      email: davide.brunato@sissa.it
      affiliation: 'Scuola Internazionale Superiore di Studi Avanzati'
legal:
  license: MIT
  mainCopyrightOwner: Scuola Internazionale Superiore di Studi Avanzati
  repoOwner: Scuola Internazionale Superiore di Studi Avanzati
localisation:
  localisationReady: false
  availableLanguages:
    - en
it:
  countryExtensionVersion: '0.2'
  riuso:
    codiceIPA: sissa
description:
  en:
    genericName: xmlschema
    apiDocumentation: 'https://xmlschema.readthedocs.io/en/latest/api.html'
    documentation: 'http://xmlschema.readthedocs.io/en/latest/'
    shortDescription: XML Schema validator and data conversion library for Python
    longDescription: >
      The _xmlschema_ library is an implementation of [XML
      Schema](http://www.w3.org/2001/XMLSchema) for Python (supports Python 3.8+).


      This library arises from the needs of a solid Python layer for processing
      XML Schema based files for [MaX (Materials design at the
      Exascale)](http://www.max-centre.eu/)  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.
    features:
      - XSD 1.0 and XSD 1.1 validator and decoder