[ 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.