Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37405371
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-traits

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 6.4.2-alt1
Время сборки: 23 августа 2023, 14:58 ( 34.3 недели назад )
Размер архива: 4.75 Mb

Домашняя страница:   https://pypi.org/project/traits/

Лицензия: BSD-3-Clause and CC-BY-3.0
О пакете: Observable typed attributes for Python classes
Описание:

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.

Текущий майнтейнер: Anton Vyatkin

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • python3-module-traits-pickles
  • python3-module-traits-tests
  • python3-module-traits-debuginfo
  • python3-module-traits
  • python3-module-traits-doc
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin