Skip to content

Commit 373c35c

Browse files
committed
feature: 增加yaml库规范
1 parent 7d1def2 commit 373c35c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

requirements/yaml.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# YAML库
2+
3+
优先使用`ruamel.yaml`,相比于`PyYAML`
4+
5+
> If you have YAML that conforms to the YAML 1.2 specification (released 2009) then you should use ruamel.yaml (disclaimer: I am the author of that package). It is essentially a superset of PyYAML, which supports most of YAML 1.1 (from 2005).

0 commit comments

Comments
 (0)