diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2016-09-11 08:07:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-11 08:07:09 +0700 |
commit | 79e7ad9b65f232c4dee4a3330ddb3394d07fa33c (patch) | |
tree | 3c3118d49c1965e98e1c4c0d0a6f59d67c50827d /python/attrs/README | |
parent | 72322f2030b623e61637739bcae58d3a6e67cad4 (diff) |
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/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/attrs/README b/python/attrs/README new file mode 100644 index 0000000000000..8f3e9d786e1c1 --- /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. |