python-xmlschema 3.3.1-1 source package in Ubuntu

Changelog

python-xmlschema (3.3.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.3.1
  * Refresh patches (no functional changes)

 -- Timo Röhling <email address hidden>  Tue, 30 Apr 2024 22:28:10 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-xmlschema_3.3.1-1.dsc 2.5 KiB 28d528072f2c9a74831f096310fa2c003c1fbf6ffc2efba7869147909f546cc6
python-xmlschema_3.3.1.orig.tar.gz 551.0 KiB f662d2b76763fe1ac0ea207bb302b67ce2c1e41af03631629e7de418d8c9ad5f
python-xmlschema_3.3.1-1.debian.tar.xz 6.8 KiB fef8c7421c00db74c97f6c22aa4f49a73fc0316df17c40b395caa75fe96aef2d

Available diffs

No changes file available.

Binary packages built by this source

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

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