typedload 2.27-1 source package in Ubuntu

Changelog

typedload (2.27-1) unstable; urgency=low

  * New upstream release

 -- Salvo 'LtWorf' Tomaselli <email address hidden>  Mon, 15 Jan 2024 15:44:31 +0100

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
typedload_2.27-1.dsc 2.2 KiB 4a29676cbbf2d042a9446184ef9f78dcb5a5ff74586d495dcdcd15ae4717e95e
typedload_2.27.orig.tar.gz 89.4 KiB b18a71a123b785495f0a23967c16d70bbb1319916a339f3317d431b9234ad122
typedload_2.27.orig.tar.gz.asc 833 bytes d0dced9c857ec2f7daf6e1038fdb0c7e3994b380074de2bd3886bf568484cc64
typedload_2.27-1.debian.tar.xz 14.1 KiB 1376048e51ccd7c31e1b3ca8d0032558088272dbb77499b04daa95dd10e1485b

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.