Metadata-Version: 1.1
Name: conduit
Version: 0.0.5
Summary: Framework for dataflow-style python programming
Home-page: https://github.com/sleibman/python-conduit
Author: Steve Leibman
Author-email: sleibman@alum.mit.edu
License: MIT
Description: python-conduit
        ==============
        
        Python framework for dataflow-style programs.
        
        Users of this framework structure their code into blocks with named inputs and outputs that are connected
        by channels. A typical application will have one or more data generator/importer blocks which then pass 
        their data through various blocks which apply filters or tranforms to operate on the data.
        
        For other similar projects, see: http://wiki.python.org/moin/FlowBasedProgramming
        
        # License #
        
        conduit is free software and is released under the terms
        of the MIT license (<http://opensource.org/licenses/mit-license.php>),
        as specified in the accompanying LICENSE.txt file.
        
        
Keywords: dataflow distributed pipe flow programming
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
