Skip to content

Provides implementation for persisted runtime data, using YAML format

License

Notifications You must be signed in to change notification settings

md-py/md.persistence.yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Provides implementation for persisted runtime data, using YAML format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages