freebsd-ports/devel/py-characteristic/pkg-descr
Dmitry Marakasov 1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00

12 lines
475 B
Text

characteristic is a 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 characteristic gives you
any or all of:
a nice human-readable __repr__,
a complete set of comparison methods,
immutability for attributes,
and a kwargs-based initializer
without writing dull boilerplate code again and again.
WWW: https://github.com/hynek/characteristic