typedload 2.23-1 source package in Ubuntu

Changelog

typedload (2.23-1) unstable; urgency=low

  * New upstream release
  * Bump Standards-Version: 4.6.2

 -- Salvo 'LtWorf' Tomaselli <email address hidden>  Thu, 01 Jun 2023 07:54:30 +0200

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.23-1.dsc 2.2 KiB cd7ebd7dfb8615bff2eb4c671d57fd079a75e482ce71c13585c34165e574a0cf
typedload_2.23.orig.tar.gz 85.1 KiB beb1f9231ea4a44d1ce83a395eeb82fa90b953945f19eaa2db5383637363ede1
typedload_2.23.orig.tar.gz.asc 833 bytes 68a2aae41f8bd4354946a6528d6f687536e8616508bfc2d61f0e53203d1c5b69
typedload_2.23-1.debian.tar.xz 14.0 KiB f38ab3e1f5b8063b71136116b2e6a536ad1433a5b1e5209c2743c5abb54a0f0b

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.