8000 GitHub - eprparadocs/YAMLsin: Tools to validate YAML file contents
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eprparadocs/YAMLsin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAMLsin

Tools to validate YAML file contents

A toolset to valid a YAML file. The files in genschema will generate a special schema file that encodes the requirements of the YANL file. The file in checker will take the generated schema file and some YAML file. The program will display all the "errors" generated in checking the YAML file against the scmema, of it will display Ok.

See the usage document in the docs subdirectory. The usage file is an Libre writer file, readable by evern office application I am familar with.

To generate the schema enter this command

  cd genschema
  python main.py  -g -o <SCHEMA FILENAME>  <YAML FILE TO CHECK>

To check some YAML file against a generated schema, enter

cd checker
python cycle.py <YAML SCHEMA FILENAME>  <YAML FILE TO CHECK>

About

Tools to validate YAML file contents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0