软件包:python3-yamlordereddictloader(0.4.0-1.1)
python3-yamlordereddictloader 的相关链接
Debian 的资源:
下载源码包 python-yamlordereddictloader:
- [python-yamlordereddictloader_0.4.0-1.1.dsc]
- [python-yamlordereddictloader_0.4.0.orig.tar.gz]
- [python-yamlordereddictloader_0.4.0-1.1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
loader and dump for PyYAML keeping keys order
This module provide a loader and a dumper for PyYAML allowing to keep items order when loading a file (by putting them in OrderedDict objects) and to manage OrderedDict objects when dumping to a file.
The loader is based on stackoverflow topic (thanks to Eric Naeseth):
http://stackoverflow.com/questions/5121931/in-python-how-can-you-load-yaml-mappings-as-ordereddicts#answer-5121963
This package installs the library for Python 3 and is already DEPRECATED: the Phynix/yamlloader project provide an improved version of this library with unit tests, performance improvements (by providing access to the C implementation of PyYAML) and is more actively developed. You should use it!
This package is a dependency for python-airr.
其他与 python3-yamlordereddictloader 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-yaml
- YAML parser and emitter for Python3