slackbuilds_ponce/python/python3-attrs
David Woodfall 6d38db55fa
python/python3-attrs: Updated for version 18.2.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-09-08 08:37:38 +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.