diff options
| author | Yuval Adam <_@yuv.al> | 2024-05-07 21:31:06 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-05-07 21:31:06 +0200 |
| commit | 91beb2cf2a5578dd2b29fb2c488cb5d2a156db2f (patch) | |
| tree | 6e3e015339ac43f8eb8c5a2300bdcf1d1859018d | |
| parent | 48f499507187e76f02acb563b46e6b32328b0777 (diff) | |
Publish and add installation notesv1.0.0
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.md | 10 |
2 files changed, 11 insertions, 0 deletions
@@ -1,4 +1,5 @@ __pycache__/ .pytest_cache/ +dist/ poetry.lock @@ -2,6 +2,16 @@ A simple ORM-like utility for operating on local YAML files via Python dataclasses. +## Install + +Package is published on PyPI - https://pypi.org/project/ymlstash/ + +Install from pip or your favorite package manager: + +```bash +$ pip install ymlstash +``` + ## Usage Define a dataclass: |
