Skip to main content

Use for questions about the third-party Python library for data classes

attrs is a Python package that greatly simplifies the creation of classes by taking care of boilerplate for you, such as __init__, __repr__, comparison methods, and more.

Resources: