slackbuilds_ponce/python/python3-attrs
Andrew Clemons 5e24f70124
python/python3-attrs: Add missing dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-01-19 09:13:36 +07:00
..
python3-attrs.info
python3-attrs.SlackBuild
README
slack-desc

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.