python-traits 5.2.0-2 source package in Ubuntu

Changelog

python-traits (5.2.0-2) unstable; urgency=medium

  * Team upload.
  * Drop python2 support; Closes: #938223

 -- Sandro Tosi <email address hidden>  Sun, 15 Dec 2019 17:29:30 -0500

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules 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_5.2.0-2.dsc 2.0 KiB c55508f71971c952e9211dc8bd928a29cc1185a7e2f290880113fdb35e8adac8
python-traits_5.2.0.orig.tar.gz 412.9 KiB 81f56d962d6a92f88ccddbd819a3f7623fa0b9819a9a4f196354cd12bae7d286
python-traits_5.2.0-2.debian.tar.xz 4.3 KiB 9f61761d6e889f27493187458cfab8d1a3dc435391fb997df98cae7c896ccec3

No changes file available.

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