slackbuilds/python/python3-attrs
Dave Woodfall 0b47a74657
python/python3-attrs: Updated for version 19.3.0.
2020-02-24 06:10: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: Updated for version 19.3.0. 2020-02-24 06:10:07 +07:00
python3-attrs.info python/python3-attrs: Updated for version 19.3.0. 2020-02-24 06:10: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.