python-traits 5.2.0-2build4 source package in Ubuntu
Changelog
python-traits (5.2.0-2build4) jammy; urgency=medium * No-change rebuild to add python3.10. -- Matthias Klose <email address hidden> Sat, 16 Oct 2021 06:59:22 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Jammy
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- any
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-traits_5.2.0.orig.tar.gz | 412.9 KiB | 81f56d962d6a92f88ccddbd819a3f7623fa0b9819a9a4f196354cd12bae7d286 |
python-traits_5.2.0-2build4.debian.tar.xz | 4.5 KiB | 09b1e8d701c8d4ecf6f4c9b42c6afc876a49417edd8ca508f2729eb2fec50168 |
python-traits_5.2.0-2build4.dsc | 2.1 KiB | 03ff49547d201e5791821484af2c2aa4ad3d5709acd8369a300dfe6ca5152fd3 |
Available diffs
- diff from 5.2.0-2build3 to 5.2.0-2build4 (321 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