python-attr-doc

Documentation for the attrs python library
  https://attrs.readthedocs.org/
  0
  no reviews



Attrs is an mit-licensed python package with class decorators that ease the chores of implementing the most common attribute-related object protocols.

you just specify the attributes to work with and attrs gives you:
- a nice human-readable __repr__,
- a complete set of comparison methods,
- an initializer,
- and much more
without writing dull boilerplate code again and again.

this package provides documentation for attrs.