Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 818 Bytes

File metadata and controls

25 lines (16 loc) · 818 Bytes

md.persistence.yaml

md.persistence.yaml component provides implementation to persist (save, read) python runtime data, using YAML format, and few useful tools out from box.

Architecture overview

Architecture overview

Install

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/