Python library for concise classes and automatic dunder method generation.
attrs is a Python package that generates attribute declarations, initializers, comparison methods, hashing, and readable reprs to reduce class boilerplate. It uses Python, supports optional type annotations, and is suited for libraries and applications that need concise, correct data-model classes.
0