typedload 2.26-1 source package in Ubuntu

Changelog

typedload (2.26-1) unstable; urgency=medium

  * New upstream release

 -- Salvo 'LtWorf' Tomaselli <email address hidden>  Mon, 11 Sep 2023 13:54:09 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
typedload_2.26-1.dsc 2.2 KiB 3a0af0ef1791ab829232023dc65608c48110b0cf7f0b9d6c31563ca374d639fe
typedload_2.26.orig.tar.gz 89.3 KiB 7eda20d94882655284cdbe3e21d38b3bc25b4e1b1970e18e51441526f758c13a
typedload_2.26.orig.tar.gz.asc 833 bytes 27003411288b56fb7dbcdd872a2ddae5f5a753a4e45bc6b14b22e45b029d1494
typedload_2.26-1.debian.tar.xz 14.1 KiB 1bb8d4f17463b9df5b40db2d4df44f0ce4b2b9b40915915b8497a61fbd16ee3a

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.