giampaolo / confix

A language-agnostic configuration parser for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow chained validators

giampaolo opened this issue · comments

...as in:

schema(validator=[callable1, callable2, ...])