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

    Бинарный пакет: python-module-z3c.blobfile-tests
    Версия: 0.1.5-alt3.1
    Архитектура: x86_64
    Собран:  16 ноября 2011 г. 2:28
    Исходный пакет: python-module-z3c.blobfile
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/z3c.blobfile/

    Лицензия: ZPLv2.1
    О пакете: Tests for z3c.blobfile
    Описание: 
    This package provides an implementation of
    zope.app.file.interfaces.IFile which uses the Blob support introduced in
    ZODB 3.8. It's main purpose is to provide an easy migration path for
    existing instances. For more advanced file implementations see zope.file
    and z3c.extfile.
    
    The standard implementation in zope.app.file uses chunk objects to break
    big files into manageable parts. These chunks flow the server caches
    whereas blobs are directly consumed by the publisher. The main
    difference between this blob implementation and the old zope.app.file
    implementation can be seen in a replacement of the chunk objects by
    Blobs.
    
    This package contains tests for z3c.blobfile.

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

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

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


    20 октября 2011 г. Vitaly Kuznetsov 0.1.5-alt3.1
    - Rebuild with Python-2.7
    23 июня 2011 г. Eugeny A. Rostovtsev 0.1.5-alt3
    - Added necessary requirements
    - Excluded *.pth
    28 мая 2011 г. Eugeny A. Rostovtsev 0.1.5-alt2
    - Enabled tests