Metadata-Version: 2.1
Name: yamlstore
Version: 0.3.0
Summary: Python package for storing and retrieving YAML documents
Author-email: Petri Savolainen <petri@koodaamo.fi>
License: LGPL-2.1-or-later
Project-URL: Homepage, https://github.com/koodaamo/yamlstore
Project-URL: Repository, https://github.com/koodaamo/yamlstore
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ruamel.yaml

# yamlstore

Simple human-readable dict protocol YAML document store

Think folders as databases, YAML files as (data) documents.

