typedload 2.31-1 source package in Ubuntu

Changelog

typedload (2.31-1) unstable; urgency=medium

  * New upstream release

 -- Salvo 'LtWorf' Tomaselli <email address hidden>  Fri, 31 May 2024 00:57:29 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
typedload_2.31-1.dsc 2.3 KiB 4c5aeaeb0822788063956662c3a424eebb80a43e023945f966e818a86de9e904
typedload_2.31.orig.tar.gz 90.6 KiB c72b904f0550f063e35c129da45f2a41c30f21dfa369d5effafe8d74cf28379f
typedload_2.31.orig.tar.gz.asc 833 bytes c16236ebd8b5f1006567327173bc0b4887a31ff6824b16a84bfc97ec45cf9489
typedload_2.31-1.debian.tar.xz 14.3 KiB 04ad9f2392859ac92541107ab89cf708565d2a36d7ab5352faa2ad24aad9716a

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.