Metadata-Version: 2.1
Name: md.persistence.yaml
Version: 0.1.0
Summary: Provides implementation for persisted runtime data, using YAML format
Home-page: UNKNOWN
License: License :: OSI Approved :: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: md.python.dict (==1.*)
Requires-Dist: md.persistence (==0.*)

# 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][architecture-overview]][architecture-overview]

## Install

```sh
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`) 
```

## [Documentation](docs/index.md)

Read documentation with examples: https://development.md.land/python/md.persistence.yaml/

## [Changelog](changelog.md)
## [License (MIT)](license.md)

[architecture-overview]: docs/_static/architecture-overview.class-diagram.svg


