python-traits 4.1.0-1ubuntu4 source package in Ubuntu

Changelog

python-traits (4.1.0-1ubuntu4) trusty; urgency=medium

  * Let the binary-predeb target work on the usr/lib/python* directory as we
    don't have usr/share/pyshared anymore.
 -- Matthias Klose <email address hidden>   Wed, 12 Feb 2014 15:35:35 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python

Downloads

File Size SHA-256 Checksum
python-traits_4.1.0.orig.tar.gz 4.6 MiB 72253d17ac8f18c4d017a1d1487cf92e1870831fe3ce7ba23ef2a3123fdb50dd
python-traits_4.1.0-1ubuntu4.debian.tar.gz 8.1 KiB 7db795d5256cad84c0760394c24fa958ec9b5b8688ae8ccbb8eb61b07a7acf92
python-traits_4.1.0-1ubuntu4.dsc 1.5 KiB d6f17703035bb4dc1cd038e93bb79a608bac78244343e07d004670ff702bccc6

Available diffs

View changes file

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.