python-traits 4.0.0-1 source package in Ubuntu

Changelog

python-traits (4.0.0-1) unstable; urgency=low
  * New upstream release  * Bump Standards-Version to 3.9.2  * Update debian/watch file -- Varun Hiremath <email address hidden>  Fri, 08 Jul 2011 17:14:58 -0400

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-traits_4.0.0-1.dsc 2.0 KiB 2bfe79aa69971809f7d06158e143e80d180c9fcc85508eb6833cf91bf5ac39f7
python-traits_4.0.0.orig.tar.gz 4.6 MiB 20800034591609ef74fcc7c42af41cacdadd31996ea05f024bfe67709be92a35
python-traits_4.0.0-1.debian.tar.gz 7.8 KiB 1113b9023d27954c0c3e008f13eca6b65a253e6d8a7b874c717d8e93b19acdd2

No changes file available.

Binary packages built by this source

python-traits: Manifest typing and reactive programming for Python

 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.