Metadata-Version: 1.1
Name: collective.autopermission
Version: 1.0b2
Summary: Create permissions in Zope 2 on demand when a <permission /> directive is used
Home-page: http://pypi.python.org/pypi/collective.autopermission
Author: Martin Aspeli
Author-email: optilude@gmail.com
License: BSD
Description: Introduction
        ============
        
        This package registers an event handler that initialises permissions on the
        fly. To use it, simply include its ZCML::
        
            <include package="collective.autopermission" />
            
        Then, you can use the <permission /> ZCML statement to define a new type of
        permission, without also needing to make the permission "spring into
        existence" via ClassSecurityInfo or similar.
        
        Changelog
        =========
        
        1.0b2 (2011-05-02)
        ------------------
        
        * Fix deprecation warning
        
        * Fix pep8
        
        1.0b1 - March 11, 2009
        ----------------------
        
        * Initial release
        
Keywords: zope permission
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
