Metadata-Version: 1.0
Name: FilterPype
Version: 0.3.1
Summary: FilterPype is a process-flow pipes-and-filters Python framework.
Home-page: http://www.filterpype.org/
Author: Flight Data Services Ltd
Author-email: developers@flightdataservices.com
License: MIT
Download-URL: http://www.filterpype.org/
Description: 
        FilterPype
        ==========
        
        FilterPype is being used for multi-level data analysis, but could be applied to 
        many other areas where it is difficult to split up a system into small 
        independent parts.
        
        Some of its features:
        
        * Advanced algorithms broken down into simple data filter coroutines
        * Pipelines constructed from filters in the new FilterPype? mini-language
        * Domain experts assemble pipelines with no Python knowledge required
        * Sub-pipelines and filters linked by automatic pipeline construction
        * All standard operations available: branching, joining and looping
        * Recursive coroutine pipes allowing calculation of e.g. factorials
        * Using it is like writing a synchronous multi-threaded program
        * Package requires setuptools for installation.
        
        For user documentation see: http://docs.filterpype.org/
        
        Project sponsored by Flight Data Services: http://www.flightdataservices.com/
        
Platform: 
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
