summaryrefslogtreecommitdiffstats
path: root/python/python3-cattrs/README
diff options
context:
space:
mode:
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.