aboutsummaryrefslogtreecommitdiff
path: root/python/python3-cattrs/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-04-13 22:27:29 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-15 07:15:26 +0700
commitbad3c1abbf05bfcb3f6d1cc505216a4912d3b308 (patch)
treeeed1a75aad74166c6b3099fc9ad9e5ec311a8108 /python/python3-cattrs/README
parent68c727b233a3c868e9dbad8080400d78bf332e2f (diff)
python/python3-cattrs: Added (Composable complex class support)
Composable complex class sup. for attrs & dataclasses Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-cattrs/README')
-rw-r--r--python/python3-cattrs/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-cattrs/README b/python/python3-cattrs/README
new file mode 100644
index 0000000000..d190b1119d
--- /dev/null
+++ b/python/python3-cattrs/README
@@ -0,0 +1,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.