typedload 2.34-1 source package in Ubuntu

Changelog

typedload (2.34-1) unstable; urgency=low

  * New upstream release

 -- Salvo 'LtWorf' Tomaselli <email address hidden>  Thu, 11 Jul 2024 11:54:04 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
typedload_2.34-1.dsc 2.3 KiB 82cafec50b5436779df4c2cd87f70a6b07fa1aca650b6cfc3ff756e4166bdcfc
typedload_2.34.orig.tar.gz 92.3 KiB 72ea7313f09624264c92760afdb75acea2d849fa21f0cd69c05f0d412a196de9
typedload_2.34.orig.tar.gz.asc 833 bytes eb2ce0665576a98cfd7037c3e50668235237db4961b05bc982e99f9e81e24263
typedload_2.34-1.debian.tar.xz 14.3 KiB 6ed944d70dd6b2a9baa75a6b3f29475e887c0040e24ccadb041d912be9c51448

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.