[ 原始碼: python-strictyaml ]
套件:python3-strictyaml(1.6.1-3)
python3-strictyaml 的相關連結
Debian 的資源:
下載原始碼套件 python-strictyaml:
- [python-strictyaml_1.6.1-3.dsc]
- [python-strictyaml_1.6.1.orig.tar.gz]
- [python-strictyaml_1.6.1-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [hitchdev.com]
相似套件:
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.
其他與 python3-strictyaml 有關的套件
|
|
|
|
-
- 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)