python-traits 4.4.0-1 source package in Ubuntu

Changelog

python-traits (4.4.0-1) unstable; urgency=low


  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Varun Hiremath ]
  * New upstream release
  * d/rules: Remove reference to pyshared (Closes: #673638)
  * Bump Standards-Version to 3.9.5

 -- Varun Hiremath <email address hidden>  Sat, 15 Mar 2014 23:48: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.4.0-1.dsc 2.0 KiB 0498685d4467fafcf6a46920223a37a3360f1f130070810c44474891c0edf5fb
python-traits_4.4.0.orig.tar.gz 221.0 KiB 737e710e9cbcd087d5b5dee9928447b5592049900757b55a2802ee2e4336c49c
python-traits_4.4.0-1.debian.tar.xz 7.2 KiB 5a8d370bbe4beedf12d2fefd5a25693b612f45a469fb3964fc530a2c73ba96b1

No changes file available.

Binary packages built by this source

python-traits: Manifest typing and reactive programming for Python (Python 2)

 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.
 .
 This is the Python 2 version of the package.