Metadata-Version: 1.0
Name: ztfy.extfile
Version: 0.2.3
Summary: ZTFY package used to handle external files storage in Zope3
Home-page: http://www.ztfy.org
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
Description: ====================
        ZTFY.extfile package
        ====================
        
        .. contents::
        
        What is ztfy.extfile ?
        ======================
        
        ztfy.extfile is a package which allows storing File and Image objects data
        outside of the Zope database (ZODB), into 'external' files.
        Files can be stored in the local file system, or remotely via protocols like
        SFTP or NFS (even HTTP is possible) ; an efficient cache system allows to
        store local copies of the remote files locally.
        
        Finally, external files can be stored via Blob objects, provided by the latest
        versions of the ZODB.
        
        
        How to use ztfy.extfile ?
        =========================
        
        A set of ztfy.extfile usages are given as doctests in ztfy/extfile/doctests/README.txt.
        
        
        Changelog
        =========
        
        0.2.3
        -----
         - corrected database automatic upgrade code
        
        0.2.2
        -----
         - updated database automatic upgrade code
        
        0.2.1
        -----
         - replace deprecated md5 module with hashlib.md5
        
        0.2
        ---
         - Switched to ZTK-1.1.2
        
        0.1.1
        -----
         - update database upgrade code used when creating a site manager
        
        0.1
        ---
         - Initial release
        
Keywords: ZTFY Zope3 external files
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Framework :: Zope3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
