slackbuilds_ponce/python/python3-attrs/README
David Woodfall 08f3c9a652 python/python3-attrs: Added (Classes Without Boilerplate).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-01-06 06:55:07 +07:00

8 lines
311 B
Text

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.