diff options
author | David Woodfall <dave@dawoodfall.net> | 2017-12-31 15:57:32 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:07 +0700 |
commit | 08f3c9a652ea7cbb75162d1d6e33fb8baaeb1e17 (patch) | |
tree | 0ba8cadb89e8f5c2582d0c199f8c2e16008d763c /python/python3-attrs/README | |
parent | 0cf2e29c2225e5020d5d6fdbbaf3a316c533c8d2 (diff) |
python/python3-attrs: Added (Classes Without Boilerplate).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python3-attrs/README')
-rw-r--r-- | python/python3-attrs/README | 8 |
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. |