/[ports]
ViewVC logotype

Revision 369380


Jump to revision: Previous Next
Author: mva
Date: Sat Sep 27 08:34:11 2014 UTC (9 years, 9 months ago)
Changed paths: 5
Log Message:
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

PR:		193929
Submitted by:	Axel Rau <Axel.Rau@Chaos1.DE>


Changed paths

Path Details
Directoryhead/devel/Makefile modified , text changed
Directoryhead/devel/py-characteristic/ added
Directoryhead/devel/py-characteristic/Makefile added
Directoryhead/devel/py-characteristic/distinfo added
Directoryhead/devel/py-characteristic/pkg-descr added

  ViewVC Help
Powered by ViewVC 1.1.27