slackbuilds/python/python3-attrs
Dave Woodfall 1500ec900d
python/python3-attrs: Updated for version 21.4.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-05-21 08:25:10 +07:00
..
README
python3-attrs.SlackBuild python/python3-attrs: Updated for version 21.4.0. 2022-05-21 08:25:10 +07:00
python3-attrs.info python/python3-attrs: Updated for version 21.4.0. 2022-05-21 08:25:10 +07:00
slack-desc

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.