[ Bron: python-strictyaml ]
Pakket: python3-strictyaml (1.6.1-3)
Verwijzigingen voor python3-strictyaml
Debian bronnen:
Het bronpakket python-strictyaml downloaden:
- [python-strictyaml_1.6.1-3.dsc]
- [python-strictyaml_1.6.1.orig.tar.gz]
- [python-strictyaml_1.6.1-3.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [hitchdev.com]
Vergelijkbare pakketten:
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.
Andere aan python3-strictyaml gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-dateutil
- powerful extensions to the standard Python 3 datetime module
-
- dep: python3-ruamel.yaml
- Roundtrip YAML parser/emitter (Python 3 module)