Metadata-Version: 1.0
Name: repoze.component
Version: 0.1
Summary: A Python component system
Home-page: http://www.repoze.org
Author: Agendaless Consulting
Author-email: repoze-dev@lists.repoze.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: repoze.component README
        =======================
        
        :mod:`repoze.component` is a package that software developers can use
        to provide configurability and pluggability to their applications.
        :mod:`repoze.plugin` provides a generalized indirection mechanism
        which can be used to provide plugin points to integrators or other
        developers who may wish to provide alternate implementations of
        application logic or configuration values.
        
        See docs/index.rst for more information.
        
        
        repoze.component Changelog
        ==========================
        
        0.1 (2009-06-22)
        ----------------
        
        - Initial release.
        
Keywords: repoze configuration
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
