[ 原始碼: python-xmlschema ]
套件:python-xmlschema-doc(1.4.2-1)
python-xmlschema-doc 的相關連結
Debian 的資源:
下載原始碼套件 python-xmlschema:
- [python-xmlschema_1.4.2-1.dsc]
- [python-xmlschema_1.4.2.orig.tar.gz]
- [python-xmlschema_1.4.2-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
documentation and examples for xmlschema
This library includes the following features:
* Full XSD 1.0 and XSD 1.1 support * Building of XML schema objects from XSD files * Validation of XML instances against XSD schemas * Decoding of XML data into Python data and to JSON * Encoding of Python data and JSON to XML * Data decoding and encoding ruled by converter classes * An XPath based API for finding schema's elements and attributes * Support of XSD validation modes strict/lax/skip * Remote attacks protection by default using an XMLParser that forbids entities
This package contains the documentation for xmlschema.
其他與 python-xmlschema-doc 有關的套件
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 2.4.3-5~)
- JavaScript support for Sphinx documentation
-
- dep: sphinx-rtd-theme-common (>= 0.5.1+dfsg)
- sphinx theme from readthedocs.org (common files)
-
- sug: python3-xmlschema
- implementation of XML Schema for Python