Metadata-Version: 1.1
Name: CoPipes
Version: 0.1
Summary: A coroutine based utils for processing data via pipelines
Home-page: https://bitbucket.org/kr41/copipes
Author: Dmitry Vakhrushev
Author-email: self@kr41.net
License: BSD
Download-URL: https://bitbucket.org/kr41/copipes/downloads
Description: A library provides utilities for creating data-processing pipelines based
        on coroutines.  The project is inspirited by David Beazley's presentations:
        
        *   `Generator Tricks for Systems Programmers
            <http://www.dabeaz.com/generators/>`_
        *   `A Curious Course on Coroutines and Concurrency
            <http://www.dabeaz.com/coroutines/>`_
        
        See source code of ``copipes/example.py`` and read doc-strings for
        details of usage.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
