Metadata-Version: 2.1
Name: yaml-setup
Version: 0.1.2
Summary: 
Author: arnos-stuff
Author-email: bcda0276@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: schema (>=0.7.5,<0.8.0)
Requires-Dist: typer[all] (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# YAML based Windows setup files with schema validation

As as example, consider this [README for a windows scoop-based setup](out.md).

This was produced entirely using this module's CLI from the [YAML setup file](tests/setup.yml).

The command you need is

```shell

yamlup render /path/to/setup.yml -o /path/to/README.md
```

This module doesn't have any other aims besides setup schema validation and formatting its contents.
