Metadata-Version: 1.0
Name: FilterPype
Version: 0.3.4
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: Open Software License (OSL-3.0)
Download-URL: http://www.filterpype.org/
Description: .. contents:: **Table of Contents**
        
        Introduction
        ============
        
        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 **pip** for installation.
            
            pip install filterpype
            
        Project sponsored by Flight Data Services Ltd: http://www.flightdataservices.com/
        
        Changes
        =======
        
        0.3.4
        -----
        * Packaging now uses SetupFixer
        * License changed from MIT to OSL-3.0
        
        0.3.3
        -----
        * Completed test suite
        * Minor documentation tweaks
        
        0.3.2
        -----
        
        * Refactored documentation and Sphinx configuration
        * Documentation auto published to PyPI
        
        0.3.1
        -----
        
        * Refactored package structure and setup.py
        * Source distribution auto published to PyPI
        
        0.3.0
        -----
        
        * Minor code cleanup for hosting source on Google Code
        
        0.2.9
        -----
        
        * Initial release
        
        
Keywords: process,flow,pipes,filters,framework
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
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
