There are 0 repository under attr topic.
Define fields in python classes. Easily.
A python 3 library providing functions and decorators to automatically generate class code, such as constructor body or properties getters/setters along with optional support of validation contracts on the generated setters. Its objective is to reduce the amount of copy/paste code in your classes - and hence to help reducing human mistakes :).
Tokenize and parse attributes string into meaningful tokens and key-value pairs.
This module provides support for easy addition of private attributes inside your custom objects, which are totally unreachable from outside the class definition, as in C++ private clause.
Easy parameter specification using dataclasses made using attr library.