Hi.
I'm starting a new project, and I have been looking at various form schema/validation libraries. I am settling on colander.
I would like to be able to have my schemas declared as yaml files. I found a package called
"reward" in the repoze svn server, which has
support for loading a Colander schema from a yaml file. I could not find any other mention of it on the interwebs. Maybe it was abandoned?
For now, I'm going to rip out the relevant code and tests, and use it in my project. Maybe I should publish this in a slimmed down package?
Is there any other packages that will do this for me that I'm not aware of?
Thanks,
Gary