File: control

package info (click to toggle)
python-xmlschema 3.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,848 kB
  • sloc: python: 35,929; xml: 1,224; makefile: 36
file content (70 lines) | stat: -rw-r--r-- 2,715 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
68
69
70
Source: python-xmlschema
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Christian Kastner <ckk@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
	       dh-sequence-python3,
	       dh-sequence-sphinxdoc,
               help2man,
	       pybuild-plugin-pyproject,
               python3-all,
               python3-elementpath (>= 4.4.0),
               python3-jinja2,
               python3-lxml,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
	       wget,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/sissaschool/xmlschema
Vcs-Git: https://salsa.debian.org/python-team/packages/python-xmlschema.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-xmlschema
Testsuite: autopkgtest-pkg-pybuild

Package: python3-xmlschema
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: implementation of XML Schema for Python
 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
   * XML data bindings based on DataElement class
   * Static code generation with Jinja2 templates
 .
 This package contains the Python 3.x version of xmlschema.

Package: python-xmlschema-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: python3-xmlschema
Multi-Arch: foreign
Description: 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
   * XML data bindings based on DataElement class
   * Static code generation with Jinja2 templates
 .
 This package contains the documentation for xmlschema.