typedload 2.28-1 source package in Ubuntu

Changelog

typedload (2.28-1) unstable; urgency=low

  * New upstream release

 -- Salvo 'LtWorf' Tomaselli <email address hidden>  Tue, 23 Apr 2024 14:53:56 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
typedload_2.28-1.dsc 2.2 KiB fa669cce56f9b5e8e34e2218bcb06e369986cc76c3a689317b95fd0d51c5c9d4
typedload_2.28.orig.tar.gz 89.6 KiB 71b9e524d55db8836ba10638b6ea590414cf0bc8f13df00b4110c80e16774508
typedload_2.28.orig.tar.gz.asc 833 bytes a7adf684f82ab49b4ab8c4fa6bb49c211eb9bbd98e3c99228c7c5bb31244b3c0
typedload_2.28-1.debian.tar.xz 14.1 KiB ee1a9510d507ae8dc93f5cfec813db244e94a0b858d21ec26595a9f9ff212df4

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.