32 lines
986 B
Plaintext
32 lines
986 B
Plaintext
Source: voluptuous
|
|
Section: python
|
|
Priority: optional
|
|
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
|
|
Build-Depends: debhelper (>=11~),
|
|
dh-python,
|
|
python3-all,
|
|
python3-nose,
|
|
python3-setuptools,
|
|
Standards-Version: 4.5.1
|
|
Vcs-Git: https://gitee.com/openkylin/voluptuous.git
|
|
Vcs-Browser: https://gitee.com/openkylin/voluptuous
|
|
Homepage: https://github.com/alecthomas/voluptuous
|
|
|
|
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.
|