Subject: CVS commit: wip/py-traits
From: Kamel Derouiche
Date: 2010-08-09 22:30:37
Message id: E1OiYzk-0005k5-Lr@sfp-cvsdas-2.v30.ch3.sourceforge.com

Log Message:
Import py26-traits-3.4.0 as wip/py-traits.

The traits package provides a metaclass with special attributes that are
called traits. A trait is a type definition that can be used for normal
Python object attributes, giving the attributes some additional characteristics:

 * Initialization: A trait attribute can have a default value
 * Validation: A trait attribute is manifestly typed.
 * Delegation: The value of a trait attribute can be contained in another
   object
 * Notification: Setting the value of a trait attribute can fired
   callbacks
 * Visualization: With the TraitsUI package, GUIs can be generated
   automatically from traited objects.


Files:
RevisionActionfile
1.1importwip/py-traits/distinfo
1.1importwip/py-traits/Makefile
1.1importwip/py-traits/Makefile.common
1.1importwip/py-traits/Makefile.version
1.1importwip/py-traits/PLIST
1.1importwip/py-traits/DESCR