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

    Бинарный пакет: python3-module-z3c.persistentfactory
    Версия: 0.3-alt3.2
    Архитектура: x86_64
    Собран:  2 мая 2019 г. 6:57 в задании #228634
    Исходный пакет: python-module-z3c.persistentfactory
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/z3c.persistentfactory/

    Лицензия: ZPL
    О пакете: Wrap instance methods in persistent factory wrappers for using instance methods as ZCA factories
    Описание: 
    The ZCA and the ZODB are a good combination where components require
    persistent state. ZCA factories or handlers typically retrieve any
    persistent state required from the persistent objects being adapted. If
    the persistent state required is not specific to the objects being
    adapted, a common solution is to register a persistent utility which is
    then looked up in the factory or handler. The persistent utility
    approach requires, however, that the one appropriate utility is looked
    up which requires support in the ZCA registrations either in the
    interface provided or the utility name.
    
    In some cases, however, it is more consistent with the object oriented
    semantics of Python and the ZCA to think of the factory or handler as an
    instance method of a persistent object. With this approach the
    non-context specific persistent state can be accessed on self.

    Сопровождающий: Eugeny A. Rostovtsev


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


    30 апреля 2019 г. Grigory Ustinov 0.3-alt3.2
    - Rebuild with python3.7.
    6 июня 2016 г. Ivan Zakharyaschev 0.3-alt3.1.1
    - (AUTO) subst_x86_64.
    13 марта 2016 г. Ivan Zakharyaschev 0.3-alt3.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)