slackbuilds/python/python3-attrs
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
..
README python/python3-attrs: Added (Classes Without Boilerplate). 2018-01-06 06:55:07 +07:00
python3-attrs.SlackBuild python/python3-attrs: Added (Classes Without Boilerplate). 2018-01-06 06:55:07 +07:00
python3-attrs.info python/python3-attrs: Added (Classes Without Boilerplate). 2018-01-06 06:55:07 +07:00
slack-desc python/python3-attrs: Added (Classes Without Boilerplate). 2018-01-06 06:55:07 +07:00

README

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.