Metadata-Version: 1.1
Name: zope.schemaevent
Version: 0.2
Summary: Event subscribers for zope.schema
Home-page: https://github.com/zopefoundation/zope.schemaevent
Author: Jean-Francois Roche
Author-email: jfroche@affinitic.be
License: gpl
Description: .. contents::
        
        Introduction
        ============
        
        Enable handler for event triggered on field by adding subscriber.
        We make the configuration glue between `zope.schema` (which doesn't depend on zope.component) and `zope.component`.
        
        Example::
        
            <subscriber
               for=".interfaces.IExampleObject
                    zope.schema.interfaces.IText
                    zope.schema.interfaces.IFieldUpdatedEvent"
               handler=".localrolefield.set_local_role_on_object" />
        
        
        Contributors
        ============
        
        - Affinitic, Bubblenet - Original Author
        - IMIO - Client
        
        Changelog
        =========
        
        0.2 (2014-01-30)
        ----------------
        
        - Fix release, better manifest.in
          [jfroche]
        
        
        0.1 (2014-01-22)
        ----------------
        
        - Initial release
          [jfroche]
        
        - Package created using templer
          [jfroche]
        
        
Keywords: zope schema event
Platform: UNKNOWN
Classifier: Programming Language :: Python
