diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |
