Allfaq.org
 
 
Voluptuous 0.3.2

It primarily validates data coming into Python as JSON, YAML, etc. formats.

Voluptuous is heavily inspired by Validino, and to a lesser extent, jsonvalidator and json_schema.

Voluptuous 0.3

Voluptuous is a free and open source Python data validation library, primarily intended for validating data coming into Python as JSON, YAML, etc.

Voluptuous has three goals:
· ...

voluptuous 0.1

Voluptuous is a Python data validation library.

A schema like this:

 >>> import voluptuous as V
 >>> settings = {
 ... 'snmp_community': str,