voluptuous 0.11.1-ok1 source package in openKylin
Changelog
voluptuous (0.11.1-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
voluptuous (0.11.1-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
voluptuous_0.11.1.orig.tar.gz | 43.3 KiB | af7315c9fa99e0bfd195a21106c82c81619b42f0bd9b6e287b797c6b6b6a9918 |
voluptuous_0.11.1-ok1.debian.tar.xz | 2.7 KiB | 78e9c2baef3466d0b04bc828ed693914defe61f968fb4298e4fd25a39fc2686e |
voluptuous_0.11.1-ok1.dsc | 2.1 KiB | f3c7db512f13d982698e085e55b74ba447639da28209e87c22178a5214c5f749 |
No description available for python-voluptuous in openkylin yangtze.
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.