Metadata-Version: 1.0
Name: repoze.filesafe
Version: 1.1
Summary: Transaction-aware file creation
Home-page: http://docs.repoze.org/filesafe/
Author: Wichert Akkerman
Author-email: repoze-dev@lists.repoze.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: repoze.filesafe
        ===============
        
        repoze.filesafe provides utilities methods to handle creation
        of files on the filesystem safely by integrating with the ZODB package's
        transaction manager.  It can be used in combination with repoze.tm (or
        repoze.tm2) for use in WSGI environments.
        
        
        See docs/index.rst for documentation.
        
        
        1.1
        ---
        
        - Added deleteFile function/method.
          [fschulze]
        
        1.0
        ---
        
        - Made DummyDataManager transaction aware.
          [fschulze]
        
        1.0a6
        -----
        
        - Fix packaging error.
          [wichert]
        
        1.0a5
        -----
        
        - Add a MockFile class to help with handling of files when using the
          DummyDataManager.
          [fschulze]
        
        
        1.0a4
        -----
        
        - Add a new openFile method to facilitate opening of files that have not been
          commited yet.
          [wichert]
        
        
        1.0a3
        -----
        
        - Add method to facilitate unit testing of code using repoze.filesafe.
          [wichert]
        
        1.0a2
        -----
        
        - Add support for Python 2.4 and 2.5. [wichert]
        
        
        1.0a1
        -----
        
        - Initial Release
        
Keywords: transaction wsgi repoze
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
