Metadata-Version: 1.0
Name: Products.SimpleUserFolder
Version: 2.0.0
Summary: A scriptable, subclassable, fully documented and tested user folder implementation for Zope 2.
Home-page: http://www.simplistix.co.uk/software/zope/simpleuserfolder
Author: Chris Withers
Author-email: chris@simplistix.co.uk
License: MIT
Description: ================
        SimpleUserFolder
        ================
        
        It has the following feaures:
        
        - Customisable user addition, editing, deleting, listing and gathering of credentials
        
        - Users can be provided with arbitary extra attributes
        
        - ZSQL methods and Python Scripts can be directly used for customisation
        
        - Support for encrypted passwords
        
        - Support for user caching via ZSQL method caches or RAMCacheManager
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
