slackbuilds/python/python3-attrs
Robby Workman 48c22f9303 various: Kill lots of python3 dep mentions
This is far from complete.
We still need to review and tweak anything with "PYTHON" in
the README, as many/most/all of those are telling the user
how to build with python3 support. We almost surely want to
enable that by default in all of those cases.
2021-04-21 00:42:24 -05:00
..
README
python3-attrs.SlackBuild python/python3-attrs: Updated for version 19.3.0. 2020-02-24 06:10:07 +07:00
python3-attrs.info various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05: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.