category: Python
build-depends: cygport python312-devel python39-devel
sdesc: "Python attributes without boilerplate"
ldesc: "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."
skip:

homepage: https://pypi.org/project/attrs
license: MIT