python-xmlschema 1.4.2-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * debian/copyright: use spaces rather than tabs to start continuation lines.
    Changes-By: lintian-brush
    Fixes: lintian: tab-in-license-text
    See-also: https://lintian.debian.org/tags/tab-in-license-text.html

  [ Christian Kastner ]
  * New upstream release.
  * Bump python3-elementtree dependency to 2.1.2

 -- Christian Kastner <email address hidden>  Wed, 27 Jan 2021 01:34:13 +0100

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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-xmlschema_1.4.2-1.dsc 2.3 KiB a185d5a17e76ad0e94c567267650d53cbea062b6b5f7e32c3435e9973da2698e
python-xmlschema_1.4.2.orig.tar.gz 314.9 KiB f52ef5e73fa895aeb62774196f91507fa0b30447c65276b58ab2c5bd5d64784d
python-xmlschema_1.4.2-1.debian.tar.xz 5.2 KiB 3722344b98df1832eac0bc273520466186bf75385e642285c023055ed3f9e712

Available diffs

No changes file available.

Binary packages built by this source

python-xmlschema-doc: No summary available for python-xmlschema-doc in ubuntu hirsute.

No description available for python-xmlschema-doc in ubuntu hirsute.

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.