aboutsummaryrefslogtreecommitdiff
path: root/python/python3-attrs/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-attrs/README')
-rw-r--r--python/python3-attrs/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-attrs/README b/python/python3-attrs/README
new file mode 100644
index 0000000000..0aac7aea6b
--- /dev/null
+++ b/python/python3-attrs/README
@@ -0,0 +1,8 @@
+python3-attrs (Classes Without Boilerplate)
+
+attrs is the Python package that will bring back the joy of writing
+classes by relieving you from the drudgery of implementing object
+protocols (aka dunder methods).
+
+Its main goal is to help you to write concise and correct software
+without slowing down your code.