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

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
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

Downloads

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

View changes file

Binary packages built by this source

python-voluptuous: No summary available for python-voluptuous in openkylin yangtze.

No description available for python-voluptuous in openkylin yangtze.

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.