python-warlock 2.0.1-2 source package in Ubuntu

Changelog

python-warlock (2.0.1-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Fri, 23 Sep 2022 12:37:23 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-warlock_2.0.1-2.dsc 2.2 KiB 0f1538e2ab96ff2a0c61464d5916db47a6414cae8a75b5fcf6341046e6d29c75
python-warlock_2.0.1.orig.tar.xz 17.0 KiB d5d5deb2846f2985c2f561f67ac8a5ee6571d50d0f73bc3e5ae9ca997b327481
python-warlock_2.0.1-2.debian.tar.xz 5.6 KiB 76a8b7eecc6c50c309af03c9ca7fc97bb3b924c72d21880202db6e3545eefe13

Available diffs

No changes file available.

Binary packages built by this source

python3-warlock: object model built on top of JSON schema - Python 3.x

 With Warlock, you can build self-validating Python objects using JSON schemas.
 First, a schema describe the type of data, then after creating the object,
 Warlock checks that added or edited attributes correspond to the initial
 schema. If they don't, an exception is raised.
 .
 This package contains the Python 3.x module.