Пакет python3-module-lazy: Информация

    Исходный пакет: python3-module-lazy
    Версия: 2.0-alt1
    Последняя версия по данным Repology
    Собран:  6 июля 2026 г. 16:49 в задании #424371
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/lazy/

    Лицензия: BSD
    О пакете: Lazy attributes for Python objects
    Описание: 
    Lazy attributes are computed attributes that are evaluated only once,
    the first time they are used. Subsequent uses return the results of the
    first call. They come handy when code should run
    
    * late, i.e. just before it is needed, and
    * once, i.e. not twice, in the lifetime of an object.
    
    You can think of it as deferred initialization. The possibilities are
    endless.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    python3-module-lazy (noarch)

    Сопровождающий: Stanislav Levin


    Права:
    Stanislav Levin

      1. python3-module-pyproject-installer >= 0.4.0
      2. python3-module-setuptools
      3. python3-module-wheel
      4. rpm-build-pyproject

    Последнее изменение


    6 июля 2026 г. Stanislav Levin 2.0-alt1
    - 1.6 -> 2.0
    3 июня 2024 г. Stanislav Levin 1.6-alt1
    - 1.3 -> 1.6.
    7 февраля 2020 г. Andrey Bychkov 1.3-alt2
    - Build for python2 disabled.