Frank Sachsenheim
Frank Sachsenheim
> We wouldn't be able to serialize if there is circular dependency using objects the 'support' for this in cerberus is gone anyway, afaik. > The only thing to adapt...
another one popped up: https://github.com/gaojiuli/xdata - seems similiar to voluptuous and one targeting jsonschema: https://github.com/guyskk/validr we could collaborate on a feature comparison matrix with a spreadsheet on https://ethercalc.net/
i don't know when i will continue with the comparison matrix i started, feel free to check and amend: https://ethercalc.org/y41wgbonovm1
@txomon i amended a legend.
here's another lib, inspired from Javaland: https://github.com/Grokzen/pykwalify
yes, i have been thinking of 'stacking' *rule sets* and *schemas* (referenced or not), and i'm a little surprised that request comes so late. i think the design would be...
@iankharris, could you elaborate what the `'more': 'constraints'` part is / does?
ciao, sorry, is somehow missed the initial post. the 1.3 branch isn't annotated at all, so afaik you have to ignore it when you type check your code.
yes, sure. please be aware that the current code in the `master` branch is anything but near the aim of a version 2 release.
i think it's quiet obvious to approach this as you describe. > Accept […] an optional schema why would you put the rules in an additional data structure when dataclasses...