typedload 2.24-1 source package in Ubuntu

Changelog

typedload (2.24-1) unstable; urgency=low

  * New upstream release

 -- Salvo 'LtWorf' Tomaselli <email address hidden>  Sun, 02 Jul 2023 08:42:15 +0200

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
typedload_2.24-1.dsc 2.2 KiB 8a3c4aee3e382728a5231cac802b50d2e02e2fc89d7d2cbc95f75ae90472f21e
typedload_2.24.orig.tar.gz 85.0 KiB 1d060f4d8224964785a6352579787875d583ab4e7a0bfe0c2a91f50c936b6c49
typedload_2.24.orig.tar.gz.asc 833 bytes aa5eb4731660354423e75f567cb1f94f530be42dbc07e24009bed2213a5ce0ea
typedload_2.24-1.debian.tar.xz 14.0 KiB 787eb7b3095e17b4206cc80930164afea10349cb732b640a0b2e9c1cc6951080

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.