Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
11 lines
722 B
Text
11 lines
722 B
Text
The xmlschema library is an implementation of XML Schema for Python (supports
|
|
Python 3.6+).
|
|
|
|
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.
|