Language

Package: python-validictory @ 1.0.1

Synopsis

General purpose Python data validator

Description

It allows validation of arbitrary Python data structures.

The schema format is based on the JSON Schema proposal (http://json-schema.org), so combined with json the library is also useful as a validator for JSON data.

Home page
https://github.com/jamesturk/validictory
Location
gnu/packages/python-xyz.scm (line: 16194, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?