Jump to letter: [
346ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-Traits - Explicitly typed attributes for Python
- Description:
The traits package developed by Enthought provides a special type
definition called a trait. Although they can be used as normal Python object
attributes, traits also have several additional characteristics:
* Initialization: A trait can be assigned a default value.
* Validation: A trait attribute's type can be explicitly declared.
* Delegation: The value of a trait attribute can be contained either
in another object.
* Notification: Setting the value of a trait attribute can trigger
notification of other parts of the program.
* Visualization: User interfaces that permit the interactive
modification of a trait's value can be automatically constructed
using the trait's definition.
Packages
python-Traits-4.3.0-1.el6.i686
[2.6 MiB] |
Changelog
by Orion Poplawski (2013-04-23):
- Update to 4.3.0
- Add python lib provides filter
- Add Provides: python-traits
- Drop line-ending fix, no longer needed
- Add %check
- Drop %defattr
|