summaryrefslogtreecommitdiffstats
path: root/python/python3-cattrs/README
blob: d190b1119d811c8e1df464b96350de229cf201f6 (about) (plain) (blame)
1
2
3
4
5
6
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.