[ buster ]
[ 源代码: voluptuous ]
软件包:python-voluptuous(0.11.1-1)
python-voluptuous 的相关链接
Debian 的资源:
下载源码包 voluptuous:
维护小组:
- Debian Python Modules Team (QA 页面, 邮件存档)
- Antoine Musso (QA 页面)
- Thomas Goirand (QA 页面)
- Paul Belanger (QA 页面)
- Robert S. Edmonds (QA 页面)
- Barry Warsaw (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
Python 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 2.7 module.