Пакет python-module-plone.memoize: Информация

    Исходный пакет: python-module-plone.memoize
    Версия: 1.1.1-alt3.1
    Собран:  15 ноября 2011 г. 23:08
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/plone.memoize/

    Лицензия: GPLv2
    О пакете: Decorators for caching the values of functions and methods
    Описание: 
    plone.memoize provides Python function decorators for caching the values
    of functions and methods.
    
    The type of cache storage is freely configurable by the user, as is the
    cache key, which is what the function's value depends on.
    
    plone.memoize has support for memcached and is easily extended to use
    other caching storages. It also has specialized decorators for use with
    Zope views. However, plone.memoize can be used without Zope.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-plone (x86_64, i586)
    python-module-plone.memoize (x86_64, i586)
    python-module-plone.memoize-tests (x86_64, i586)

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

    Список участников:
    Vitaly Kuznetsov
    Eugeny A. Rostovtsev

    Права:
    Eugeny A. Rostovtsev
    @everybody

      1. python-devel
      2. python-module-distribute

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


    20 октября 2011 г. Vitaly Kuznetsov 1.1.1-alt3.1
    - Rebuild with Python-2.7
    23 июня 2011 г. Eugeny A. Rostovtsev 1.1.1-alt3
    - Added necessary requirements
    - Excluded *.pth
    3 июня 2011 г. Eugeny A. Rostovtsev 1.1.1-alt2
    - Fixed requirements