[ 源代码: 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)