nengo / nengo-bones

A template for making a new Python project in the Nengo ecosystem
https://www.nengo.ai/nengo-bones/
Other
3 stars 0 forks source link

Document and validate .nengobones.yml with yamale #59

Open tbekolay opened 5 years ago

tbekolay commented 5 years ago

Yamale is a YAML schema validator. Making and using a YAML schema for .nengobones.yml could address several issues we've made thus far (e.g. #21, #24, #25, #26) and generally be a good option for scaling up this project.

tbekolay commented 5 years ago

There are also some other Python yaml validators (e.g. pyKwalify), so worth some research to choose the best one if we decide to do this.