python-strictyaml 1.6.1-2 source package in Ubuntu

Changelog

python-strictyaml (1.6.1-2) unstable; urgency=medium

  * Introduce basic autopkgtest

 -- Agathe Porte <email address hidden>  Fri, 25 Mar 2022 07:46:40 +0000

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-strictyaml_1.6.1-2.dsc 2.1 KiB dc303799dbdd156649b7f4810eb59f3ea841ea82eeb264b98dd930aa5a282005
python-strictyaml_1.6.1.orig.tar.gz 281.2 KiB dec0303a7fd63d2d9f4d6089265dd38fefb563f06ad0e1acd20e67f7cff65917
python-strictyaml_1.6.1-2.debian.tar.xz 3.1 KiB b55ca0267d4bfbcbc0fd9178a05248113af3eb2fcd127b8f876ab52dc1902f2a

Available diffs

No changes file available.

Binary packages built by this source

python3-strictyaml: strict, typed YAML parser for Python

 StrictYAML is a type-safe YAML parser that parses and validates a restricted
 subset of the YAML specification.
 .
 Priorities:
  - Beautiful API
  - Refusing to parse the ugly, hard to read and insecure features of YAML like
    the Norway problem.
  - Strict validation of markup and straightforward type casting.
  - Clear, readable exceptions with code snippets and line numbers.
  - Acting as a near-drop in replacement for pyyaml, ruamel.yaml or poyo.
  - Ability to read in YAML, make changes and write it out again with comments
    preserved.
  - Not speed, currently.
 .
 This package installs the library for Python 3.