python-cattrs 1.9.0-1 source package in Ubuntu

Changelog

python-cattrs (1.9.0-1) unstable; urgency=low

  * Initial release, autogenerated by py2dsp/2.20211223-morph; Closes: #996707

 -- Sandro Tosi <email address hidden>  Sun, 26 Dec 2021 18:47:47 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cattrs_1.9.0-1.dsc 2.4 KiB aae71aeeeeffe9c1019d0b47584ee9f4292301308ad41a9c136fe023c0f4c45f
python-cattrs_1.9.0.orig.tar.gz 99.8 KiB 50b676734ada0486968299013dfc5f6fc3070c9a909dd1eef40c9ea5e971bbbd
python-cattrs_1.9.0-1.debian.tar.xz 3.4 KiB c035d0ab4becad6f263d7faccd89da7fcd78a9e98626391996e45bb05da64e16

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.