From e145993440b3ba8c65aa6fa0ef9c0f1040d1e70f Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 7 May 2024 15:15:36 +0200 Subject: Update basic README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e69de29..e289a88 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,13 @@ +# ymlstash + +A simple ORM-like utility for operating on local YAML files via Python dataclasses. + +Define a dataclass: + +```python +@dataclass +class User: + name: str + age: int + active: bool +``` -- cgit v1.3.1