Metadata-Version: 1.0
Name: p01.accelerator
Version: 0.5.0
Summary: Browser request and response offering zero-copy file upload post processing for Zope3
Home-page: http://cheeseshop.python.org/pypi/p01.accelerator
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides a browser request and publication for Zope3. File uploads
        get directly stored in a persistent temporary file. This file can be used in
        file storages with zero-copy processing. The temporary file is controlled by
        a special transaction data manager which also takes care of removing the
        temporary file if the transaction get aborted or commited.
        
        
        =======
        CHANGES
        =======
        
        
        Version 0.5.0 (2009-05-12)
        --------------------------
        
        - Initial Release
        
Keywords: Zope3 z3c p01 zero-copy browser request response file upload
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
