python-traits 6.3.2-1build1 source package in Ubuntu
Changelog
python-traits (6.3.2-1build1) jammy; urgency=medium * No-change rebuild with Python 3.10 only -- Graham Inggs <email address hidden> Thu, 17 Mar 2022 20:08:20 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Jammy
- Original maintainer:
- Debian Python Team
- Architectures:
- any
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | python | |
Jammy | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-traits_6.3.2.orig.tar.gz | 4.8 MiB | d123b2e8b8a61575d2b4b95100c745e77197ac7dda8974c5b20035434936e6ee |
python-traits_6.3.2-1build1.debian.tar.xz | 5.1 KiB | 6174baaef0329ca8fb2b1876a4e8e43fa7655a4bc3ec1877a587cdca85f9c3da |
python-traits_6.3.2-1build1.dsc | 2.1 KiB | 62f1e114bfb758dcdbe3065e609de27a71df1ff7c8fe6d8dc9af0f8fc749e67f |
Available diffs
- diff from 6.3.2-1 (in Debian) to 6.3.2-1build1 (315 bytes)
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