Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37523032
en ru br
ALT Linux repos
S:6.4.2-alt1

Group :: Development/Python3
RPM: python3-module-traits

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 6.4.2-alt1
Build date: 23 august 2023, 14:58 ( 35.2 weeks ago )
Size: 4.75 Mb

Home page:   https://pypi.org/project/traits/

License: BSD-3-Clause and CC-BY-3.0
Summary: Observable typed attributes for Python classes
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.

Current maintainer: Anton Vyatkin

List of contributors

List of rpms provided by this srpm:

  • python3-module-traits-pickles
  • python3-module-traits-tests
  • python3-module-traits-debuginfo
  • python3-module-traits
  • python3-module-traits-doc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin