summaryrefslogtreecommitdiffstats
path: root/python/attrs/README
diff options
context:
space:
mode:
author Markus Reichelt2016-09-11 03:07:09 +0200
committer Willy Sudiarto Raharjo2016-09-11 03:07:09 +0200
commit79e7ad9b65f232c4dee4a3330ddb3394d07fa33c (patch)
tree3c3118d49c1965e98e1c4c0d0a6f59d67c50827d /python/attrs/README
parent72322f2030b623e61637739bcae58d3a6e67cad4 (diff)
downloadslackbuilds-79e7ad9b65f232c4dee4a3330ddb3394d07fa33c.tar.gz
python/attrs: Added (attributes without boilerplate).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/attrs/README')
-rw-r--r--python/attrs/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/attrs/README b/python/attrs/README
new file mode 100644
index 0000000000..8f3e9d786e
--- /dev/null
+++ b/python/attrs/README
@@ -0,0 +1,3 @@
+attrs is an MIT-licensed Python package with class decorators that
+ease the chores of implementing the most common attribute-related
+object protocols.