md.persistence.yaml component provides implementation to persist (save, read) python runtime data, using YAML format, and few useful tools out from box.
pip install md.persistence.yaml --index-url https://source.md.land/python/
pip intall pyyaml # optional dependency (to use `md.persistence.yaml.PyYamlLoad`)
pip intall strictyaml # optional dependency (to use `md.persistence.yaml.StrictYamlLoad`)
Read documentation with examples: https://development.md.land/python/md.persistence.yaml/