YAML syntax validation for Runespeak files.
Project description
Runik
Runik is a small command-line YAML syntax validator for Runespeak files.
This public package intentionally performs syntax parsing only. It does not perform semantic validation, compile code, execute pipelines, or include engine integrations.
Install
pip install runik
Usage
Validate one YAML file:
runik validate path/to/spec.yaml
Validate all YAML files in a directory:
runik validate path/to/specs
Validate recursively:
runik validate path/to/specs --recursive
runes is also installed as a compatibility alias for the same CLI.
Python API
from pathlib import Path
from runes_of_ruin.validator import validate_yaml_file
result = validate_yaml_file(Path("spec.yaml"))
print(result.documents)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file runik-0.1.0.tar.gz.
File metadata
- Download URL: runik-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a29ae0e3f96afb6080eaf1edfa4f3db3b39f222c384c88f928a9d9bc649ec246
|
|
| MD5 |
93d776562d8a751b0c3c0ec25639fc75
|
|
| BLAKE2b-256 |
6ac29f8f88050a6302ecfde3bfb34813fca297319dcdcf4cddd8e7950a5dc41a
|
File details
Details for the file runik-0.1.0-py3-none-any.whl.
File metadata
- Download URL: runik-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c07c20649d834bcc0ca94e47cf25f09a9a1ff5d6f307214212f66601428995c
|
|
| MD5 |
44d8c342d0518e64e7cbcdf67b8df1e2
|
|
| BLAKE2b-256 |
7c21af9f36de5141a7c742b80b442b7f457a116a162ce1eff668f81eabc0c341
|