python-xsdata 22.12-1 source package in Ubuntu

Changelog

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

  * New upstream release (Closes: #1026741).
  * Refresh patches.
  * Update d/copyright with new years.

 -- Michael Fladischer <email address hidden>  Thu, 05 Jan 2023 00:01:37 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-xsdata_22.12-1.dsc 2.3 KiB 7494c88f29e335973388bf6fd503b0505df5b938fc4eb7822b6706b9f37ff0cb
python-xsdata_22.12.orig.tar.xz 214.1 KiB f83b59ea617e27c79e291c06e6b172754cc1024bd2822c0288f2fad129c21501
python-xsdata_22.12-1.debian.tar.xz 5.8 KiB 6cc4193a15feb271975d79892b2b01c800d765028fd98250637c87e290219f93

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.