typedload 2.22-1 source package in Ubuntu

Changelog

typedload (2.22-1) unstable; urgency=low

  * New upstream release

 -- Salvo 'LtWorf' Tomaselli <email address hidden>  Mon, 27 Feb 2023 12:15:02 +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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
typedload_2.22-1.dsc 2.2 KiB e0a44bb404c17d3bffcf502797aae819da6a708ef0a91c3c50aa266fcda42966
typedload_2.22.orig.tar.gz 83.5 KiB cc2fdfe2010993dca34bfca6cdadb9fd0cdd0e6211f29730467d1771bf558097
typedload_2.22.orig.tar.gz.asc 833 bytes e824f8ca6ddfaf3ca0901499f798a3b8e02cff1d2ebaa82cdc601a2fbe9619d1
typedload_2.22-1.debian.tar.xz 13.9 KiB e5e8794c16fa2999645e56391dadf0441a436a00a348ae2d315ea5001cdaa107

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.