Metadata-Version: 1.0
Name: Jug
Version: 0.5.0-beta-0
Summary: A Task Based Parallelization Framework
Home-page: http://luispedro.org/jug
Author: Luis Pedro Coelho
Author-email: lpc@mcu.edu
License: MIT
Description: Jug: A Task-Based Parallelization Framework
        -------------------------------------------
        
        Jug allows you to write code that is broken up into
        tasks and run different tasks on different processors.
        
        It has two storage backends: One uses the filesystem to
        communicate between processes and works correctly over NFS,
        so you can coordinate processes on different machines. The
        other uses a redis database and all it needs is for different
        processes to be able to communicate with a common redis server.
        
        Jug is a pure Python implementation and should work on any platform.
        
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
