typedload 2.21-1 source package in Ubuntu

Changelog

typedload (2.21-1) unstable; urgency=low

  * New upstream release

 -- Salvo 'LtWorf' Tomaselli <email address hidden>  Sun, 11 Dec 2022 22:17:43 +0100

Upload details

Uploaded by:
LtWorf
Uploaded to:
Sid
Original maintainer:
LtWorf
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
typedload_2.21-1.dsc 2.2 KiB cfbf1520bfda2960e1d9e19eba81e2c2cebc45ab1db3b06259e6e528fc1867a8
typedload_2.21.orig.tar.gz 82.0 KiB 18b4272dfc541c77854c53eab0702b0dc8db25c89a7867128b7d76476999c68e
typedload_2.21.orig.tar.gz.asc 833 bytes 22c998e84fe9de6ecf9916aede3a8a2854667509d1a8a674d9b63c44d111e1f3
typedload_2.21-1.debian.tar.xz 13.9 KiB f8d589ccb731608c809d3feaf3ec9ad74af2e034689411d57b9e2f9ecb2369b4

Available diffs

No changes file available.

Binary packages built by this source

python3-typedload: Load and dump json-like data into typed data structures in Python3

 This module provides an API to load dictionaries and lists (usually loaded
 from json) into Python's NamedTuples, dataclass, sets, enums, and various
 other typed data structures; respecting all the type-hints and performing
 type checks or casts when needed.
 .
 It can also dump from typed data structures to json-like dictionaries and
 lists.
 .
 It is very useful for projects that use Mypy and deal with untyped data like
 json, because it guarantees that the data will follow the desired schema.

python3-typedload-doc: Documentation and examples for python3-typedload

 This module provides an API to load dictionaries and lists (usually loaded
 from json) into Python's NamedTuples, dataclass, sets, enums, and various
 other typed data structures; respecting all the type-hints and performing
 type checks or casts when needed.
 .
 It can also dump from typed data structures to json-like dictionaries and
 lists.
 .
 It is very useful for projects that use Mypy and deal with untyped data like
 json, because it guarantees that the data will follow the desired schema.
 .
 This is the documentation for the module.