slackbuilds/python/python3-cattrs
fourtysixandtwo e7f8a7a260
python/python3-cattrs: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-04-05 15:18:20 +07:00
..
README
python3-cattrs.SlackBuild python/python3-cattrs: Updated for version 23.2.3. 2024-01-13 07:14:23 +07:00
python3-cattrs.info python/python3-cattrs: Fix deps. 2024-04-05 15:18:20 +07:00
slack-desc

README

python3-cattrs (Composable complex class sup. for attrs & 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.