Binary package “python3-warlock” in ubuntu trusty

object model built on top of JSON schema - python 3.x

 With python-warlock, you can build self-validating Python objects using JSON
 schemas. First, a schema describe the type of data, then after creating the
 object, python-warlock checks that added or edited attributes correspond to
 the initial schema. If they don't, an exception is raised.
 .
 This package contains the Python 3.x module.