Metadata-Version: 2.1
Name: fluteline
Version: 0.0.1
Summary: Easy thread based pipelines
Home-page: https://github.com/Nagasaki45/fluteline
Author: Tom Gurion
Author-email: nagasaki45@gmail.com
License: UNKNOWN
Description: fluteline - easy thread based pipeline
        ======================================
        
        .. image:: https://readthedocs.org/projects/fluteline/badge/?version=latest
            :target: https://fluteline.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://travis-ci.org/Nagasaki45/fluteline.svg?branch=master
            :target: https://travis-ci.org/Nagasaki45/fluteline
        
        Easy to use pipelines of producers, consumers, and consumer-producers, in pure python (2 and 3) and with no dependencies.
        
        Why fluteline?
        --------------
        
        Pypi is full of projects with "pipe" in their name, and flutes are, uh... similar?
        
Keywords: pipeline flow thread
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
