YAML in Python: Difference between revisions
Jump to navigation
Jump to search
(→PyYAML) |
|||
Line 2: | Line 2: | ||
* [[Python Code Examples#Subjects|Python Code Examples]] | * [[Python Code Examples#Subjects|Python Code Examples]] | ||
=PyYAML= | =PyYAML= | ||
{{External|https://pyyaml.org/}} | |||
{{External|https://pyyaml.org/wiki/PyYAMLDocumentation}} | |||
PyYAML provides YAML serialization/deserialization in Python. | |||
<font color=darkkhaki>To install, see |
Revision as of 04:45, 16 February 2022
Internal
PyYAML
PyYAML provides YAML serialization/deserialization in Python.
To install, see