Metadata-Version: 1.0
Name: Jug
Version: 0.4
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 uses the filesystem to communicate between processes and
        works correctly over NFS, so you can coordinate processes on
        different machines.
        
        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
