Metadata-Version: 1.1
Name: grokcore.registries
Version: 0.1
Summary: Advanced Registry Behavior for Grok.
Home-page: http://grok.zope.org
Author: Grok Team
Author-email: grok-dev@zope.org
License: ZPL
Download-URL: http://cheeseshop.python.org/pypi/grokcore.registries/
Description: ===================
        grokcore.registries
        ===================
        
        This package allows you to register (or `grok` in case of a use in a
        Grok environment) components in custom and configurable registries.
        
        It provides a `ZCML` directive that wraps your ZCML components
        registration declarations and some base classes and utilities to
        create your registries and interact with them.
        
        =======
        Changes
        =======
        
        0.1 (2012-08-13)
        ================
        
        * Initial release
        
        Download
        ********
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Framework :: Zope3
