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

    Исходный пакет: python-module-z3c.caching
    Версия: 2.0a1-alt2.1
    Собран:  16 ноября 2011 г. 2:47
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/z3c.caching/2.0a1

    Лицензия: ZPL
    О пакете: Caching infrastructure for web apps
    Описание: 
    Caching of web pages is a complicated process: there are many possible
    policies to choose from, and the right policy can depend on factors such
    as who is making the request, the URL is being retrieved and resource
    negotiation settings such as accepted languages and encodings.
    
    Hardcoding caching logic in an application is not desirable, especially
    for reusable code. It is also not possible to allow an administrator to
    manually configure the caching headers for every resource in an
    application. This packages tries to address this problem by providing a
    cache ruleset framework: it allows implementors to specify a ruleset for
    every component. Administrators can then define a policy which dictates
    the correct caching behaviour for each ruleset.

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

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

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

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

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


    20 октября 2011 г. Vitaly Kuznetsov 2.0a1-alt2.1
    - Rebuild with Python-2.7
    23 июня 2011 г. Eugeny A. Rostovtsev 2.0a1-alt2
    - Added necessary requirements
    - Excluded *.pth
    3 июня 2011 г. Eugeny A. Rostovtsev 2.0a1-alt1
    - Initial build for Sisyphus