Metadata-Version: 1.0
Name: p01.tmp
Version: 0.6.0
Summary: Persistent transaction observed temporary file supporting zero-copy processing for Zope3
Home-page: http://pypi.python.org/pypi/p01.tmp
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.6.0 (2011-01-04)
        --------------------------
        
        - rename tmpStorage product config key to storage
        
        - moved p01.tmp.default.getTMPStoragePath to p01.tmp.storage.getTMPStoragePath
          which allows to skip the default.py module at all
        
        
        Version 0.5.0 (2009-05-11)
        --------------------------
        
        - Initial Release
        
Keywords: Zope3 z3c p01 temp temporary persistent file zero-copy
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
