Metadata-Version: 1.1
Name: py-zmq-pipeline
Version: 0.1.1
Summary: High level implementation of the pipeline task distribution pattern with ZeroMQ
Home-page: https://github.com/ailling/py-zmq-pipeline
Author: Alan Illing
Author-email: UNKNOWN
License: UNKNOWN
Description: A high level pipeline pattern implemented in Python with ZeroMQ.
        
        Pipeline is a data and task distribution pattern for distributed
        and parallel computing. This implementation abstracts away many details of ZeroMQ
        while keeping all the performance advantages the framework offers.
        
        This library focuses more on task distribution than data distribution, since
        distributing data creates a memory bottleneck and tends not to scale well.
        
        Client workers are responsible for both retrieval and processing of data
        in this implementation.
        
        Github repository: https://github.com/ailling/py-zmq-pipeline
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
