voluptuous 0.16.0-ok1 source package in openKylin

Changelog

voluptuous (0.16.0-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Wed, 03 Jun 2026 13:35:32 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
voluptuous_0.16.0.orig.tar.gz 53.0 KiB 006535e22fed944aec17bef6e8725472476194743c87bd233e912eb463f8ff05
voluptuous_0.16.0-ok1.debian.tar.xz 2.4 KiB 9bafe03db8ab352096cc2d44b57b3d2aa350534f85b9cb54150a2feb54367246
voluptuous_0.16.0-ok1.dsc 2.1 KiB 6d04526ffcaf68f85cc2833cdbd20dca2a2bd30870d9ca1e0d624261ccd621fd

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.