python-xsdata 22.11-1 source package in Ubuntu

Changelog

python-xsdata (22.11-1) unstable; urgency=low

  * New upstream release.

 -- Michael Fladischer <email address hidden>  Tue, 22 Nov 2022 09:47:07 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-xsdata_22.11-1.dsc 2.3 KiB d14634a1f21860eeb33ebb2a31c4cfe794591a64ac9e21819ef3314b1cfafa65
python-xsdata_22.11.orig.tar.xz 212.9 KiB 7364f969508fba532e948cee760088a9d3003ab687d8628870d7cf60bce4c938
python-xsdata_22.11-1.debian.tar.xz 5.8 KiB 7d1112c2a56e3fcd20987581e0d421ca61258e05510bcd62a30f0a2b5de44207

Available diffs

No changes file available.

Binary packages built by this source

python-xsdata-doc: 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.

python3-xsdata: 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.