Source: voluptuous Section: python Maintainer: Debian Python Team Uploaders: Antoine Musso , Thomas Goirand , Paul Belanger , Robert S. Edmonds , Edward Betts , Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-pytest , python3-setuptools, Standards-Version: 4.7.3 Homepage: https://github.com/alecthomas/voluptuous Vcs-Git: https://salsa.debian.org/python-team/packages/voluptuous.git Vcs-Browser: https://salsa.debian.org/python-team/packages/voluptuous Testsuite: autopkgtest-pkg-pybuild Package: python3-voluptuous Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Python 3 library to validate data Voluptuous is primarily intended to validate data coming in to Python as JSON, YAML, etc. The aim is to offer a light-weight style with three main goals: 1. simplicity 2. support for complex data structures 3. provide useful error messages . It has been inspired by Validino and to a lesser extent by jsonvalidator and json_schema. . This package provides the Python 3.x module.