python-cattrs 22.2.0-1 source package in Ubuntu

Changelog

python-cattrs (22.2.0-1) unstable; urgency=medium

  * New upstream release; Closes: #1013175
  * debian/patches/issue202.patch
    - drop patch, merged upstream
  * debian/control
    - bump Standards-Version to 4.6.2.0 (no changes needed)
  * run autopkgtest via pybuild plugin

 -- Sandro Tosi <email address hidden>  Thu, 29 Dec 2022 02:27:48 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cattrs_22.2.0-1.dsc 2.3 KiB eb52aa2c1b9941d1f6d31505d8f3b13eebd738d9099c67fbe4ab2480b6ba6f79
python-cattrs_22.2.0.orig.tar.xz 94.2 KiB 923e5fe2eaa961c864884105b26ef24e1989ad850008088d09b8554456f43506
python-cattrs_22.2.0-1.debian.tar.xz 3.2 KiB 935f59739d2e93ce003ead7b0679973952ee56132e35b624d1654bb3dd26a252

Available diffs

No changes file available.

Binary packages built by this source

python-cattrs-doc: documentation for the cattrs Python library

 cattrs is an open source Python library for structuring and unstructuring
 data. cattrs works best with attrs classes, dataclasses and the usual
 Python collections, but other kinds of classes are supported by manually
 registering converters.
 .
 Python has a rich set of powerful, easy to use, built-in data types like
 dictionaries, lists and tuples. These data types are also the lingua franca
 of most data serialization libraries, for formats like json, msgpack, yaml or
 toml.
 .
 Data types like this, and mappings like dict s in particular, represent
 unstructured data. Your data is, in all likelihood, structured: not all
 combinations of field names or values are valid inputs to your programs. In
 Python, structured data is better represented with classes and enumerations.
 attrs is an excellent library for declaratively describing the structure of
 your data, and validating it.
 .
 When you're handed unstructured data (by your network, file system,
 database...), uattrs helps to convert this data into structured data. When you
 have to convert your structured data into data types other libraries can
 handle, cattrs turns your classes and enumerations into dictionaries, integers
 and strings.
 .
 This package provides documentation for cattrs

python3-cattr: composable complex class support for attrs and dataclasses

 cattrs is an open source Python library for structuring and unstructuring
 data. cattrs works best with attrs classes, dataclasses and the usual
 Python collections, but other kinds of classes are supported by manually
 registering converters.
 .
 Python has a rich set of powerful, easy to use, built-in data types like
 dictionaries, lists and tuples. These data types are also the lingua franca
 of most data serialization libraries, for formats like json, msgpack, yaml or
 toml.
 .
 Data types like this, and mappings like dict s in particular, represent
 unstructured data. Your data is, in all likelihood, structured: not all
 combinations of field names or values are valid inputs to your programs. In
 Python, structured data is better represented with classes and enumerations.
 attrs is an excellent library for declaratively describing the structure of
 your data, and validating it.
 .
 When you're handed unstructured data (by your network, file system,
 database...), uattrs helps to convert this data into structured data. When you
 have to convert your structured data into data types other libraries can
 handle, cattrs turns your classes and enumerations into dictionaries, integers
 and strings.