Sat, 18 May 2024 11:44:33 UTC | login

Information for build python-strictyaml-1.1.1-2.fc33

ID194775
Package Namepython-strictyaml
Version1.1.1
Release2.fc33
Epoch
SummaryParses and validates a restricted subset of YAML
DescriptionStrictYAML 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 24 Apr 2021 04:59:52 UTC
CompletedSat, 24 Apr 2021 04:59:52 UTC
Tags
f33
RPMs
src
python-strictyaml-1.1.1-2.fc33.src.rpm (info) (download)
noarch
python3-strictyaml-1.1.1-2.fc33.noarch.rpm (info) (download)
Changelog * Thu Nov 26 2020 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.0-2 - Remove EPEL conditionals from Fedora spec file * Tue Nov 24 2020 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.0-1 - Initial package