Python Classes Without Boilerplate
attrs is a Python package that aims to make writing classes easier by eliminating the need to implement object protocols. It provides a class decorator and a way to declaratively define attributes, allowing for concise and correct software development without sacrificing code performance.