python-traits 6.4.3-1build1 source package in Ubuntu

Changelog

python-traits (6.4.3-1build1) noble; urgency=medium

  * No-change rebuild to build with python3.12 only.

 -- Matthias Klose <email address hidden>  Sat, 16 Mar 2024 23:21:35 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-traits_6.4.3.orig.tar.gz 4.8 MiB 8282d8a958c43758f959b180ce85cb16cc1e04ad822de1dbcd7a6a6f81a33548
python-traits_6.4.3-1build1.debian.tar.xz 5.3 KiB 4fa1212dd2d3f0b2490ad8ead1bc8eb3008e9c26f00f9762866753b8b0775c15
python-traits_6.4.3-1build1.dsc 2.1 KiB b5c6b337e79d94ea9db170ecfd4e0803ec6eef8116ccebbabfa4b75074dce719

View changes file

Binary packages built by this source

python3-traits: Manifest typing and reactive programming for Python (Python 3)

 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 3 version of the package.

python3-traits-dbgsym: debug symbols for python3-traits