Metadata-Version: 1.0
Name: pipelines
Version: 0.1
Summary: Zope3 pipeline component
Home-page: http://codespeak.net/z3
Author: Tres Seaver
Author-email: tseaver@palladion.com
License: Zope Public License (ZPL) 2.1
Description: Pipelines are configurable chains of callables, each of which
        will be called sequentially to process an argument.
        In Zope3, pipelines may be configured through ZCML and
        registered as utilities or event subscribers.
Platform: any
