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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
Source: python-xsdata
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Adam Cecile <acecile@le-vert.net>,
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-sphinxdoc <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-click,
python3-click-default-group,
python3-click-log,
python3-click-man,
python3-doc,
python3-docformatter,
python3-jinja2,
python3-lxml,
python3-pytest <!nocheck>,
python3-pytest-benchmark <!nocheck>,
python3-requests,
python3-ruff <!nocheck>,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-autobuild <!nodoc>,
python3-sphinx-autodoc-typehints <!nodoc>,
python3-sphinx-copybutton <!nodoc>,
python3-sphinx-inline-tabs <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-sphinxcontrib.programoutput <!nodoc>,
python3-toposort,
python3-typing-extensions,
Standards-Version: 4.6.2
Homepage: https://github.com/tefra/xsdata
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-xsdata
Vcs-Git: https://salsa.debian.org/python-team/packages/python-xsdata.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python-xsdata-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Naive XML Bindings for Python (common documentation)
xsData is a complete XML data binding library for Python allowing developers
to access and use XML documents as simple objects rather than using DOM.
.
It ships with a code generator for XML Schema definitions and WSDL 1.1 with
SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't
depend on the library itself in order to reduce the learning curve for users
that have to write the binding models manually.
.
The included xml parser and serializer are highly optimized and adaptable
with handlers based on native Python and lxml. The parser configuration
offers the ability to skip unknown properties and to process xinclude
statements.
.
xsData is constantly tested against the W3C XML Schema 1.1 test suite.
.
This is the common documentation package.
Package: python3-xsdata
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
ruff,
Suggests:
python-xsdata-doc,
Description: Naive XML Bindings for Python (Python 3)
xsData is a complete XML data binding library for Python allowing developers
to access and use XML documents as simple objects rather than using DOM.
.
It ships with a code generator for XML Schema definitions and WSDL 1.1 with
SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't
depend on the library itself in order to reduce the learning curve for users
that have to write the binding models manually.
.
The included xml parser and serializer are highly optimized and adaptable
with handlers based on native Python and lxml. The parser configuration
offers the ability to skip unknown properties and to process xinclude
statements.
.
xsData is constantly tested against the W3C XML Schema 1.1 test suite.
.
This package installs the library for Python 3.
Package: xsdata
Architecture: all
Section: devel
Depends:
python3-click,
python3-click-default-group,
python3-docformatter,
python3-jinja2,
python3-toposort,
python3-xsdata (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Breaks:
python3-xsdata (<< 23.8),
Replaces:
python3-xsdata (<< 23.8),
Description: Naive XML Bindings for Python
xsData is a complete XML data binding library for Python allowing developers
to access and use XML documents as simple objects rather than using DOM.
.
It ships with a code generator for XML Schema definitions and WSDL 1.1 with
SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't
depend on the library itself in order to reduce the learning curve for users
that have to write the binding models manually.
.
The included xml parser and serializer are highly optimized and adaptable
with handlers based on native Python and lxml. The parser configuration
offers the ability to skip unknown properties and to process xinclude
statements.
.
xsData is constantly tested against the W3C XML Schema 1.1 test suite.
|