aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-01-16 13:15:13 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-01-16 13:15:13 +0000
commit8c84f1a49bebcc608aa03fe6114d69c4b4eb053a (patch)
tree88c298676890f673b570e45fbd9453c94a76ab95 /textproc/Makefile
parentf3eaba02c81897b3d85f23b87ff06f877a7a0756 (diff)
downloadports-8c84f1a49bebcc608aa03fe6114d69c4b4eb053a.tar.gz
ports-8c84f1a49bebcc608aa03fe6114d69c4b4eb053a.zip
Add textproc/py-xmlschema: Implementation of XML Schema for Python
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. WWW: https://pypi.org/project/xmlschema/
Notes
Notes: svn path=/head/; revision=561725
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 4d4ad2f1098e..c7d6bdf21d02 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1454,6 +1454,7 @@
SUBDIR += py-xlwt
SUBDIR += py-xml-default-dict
SUBDIR += py-xmldiff
+ SUBDIR += py-xmlschema
SUBDIR += py-yapf
SUBDIR += py-zope.i18nmessageid
SUBDIR += py-zope.structuredtext