voluptuous 0.13.1-ok1 source package in openKylin

Changelog

voluptuous (0.13.1-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Mon, 05 Sep 2022 16:17:16 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
voluptuous_0.13.1.orig.tar.gz 41.8 KiB d33bb5f5bba947d8e4a19862f6856047f578cbfbafba1ee9da790937279b2d9a
voluptuous_0.13.1-ok1.debian.tar.xz 2.5 KiB 26cda5c59c4e6d9b36432d82e47f644bcc626ed675ed4e4f6daf5e025461390a
voluptuous_0.13.1-ok1.dsc 1.7 KiB e95ab66499b53dc06640519cbdade2be3302b5a78f038b3bbe49193e14ccabdd

Available diffs

View changes file

Binary packages built by this source

python3-voluptuous: 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.