Metadata-Version: 1.0
Name: Jug
Version: 0.6.1
Summary: A Task Based Parallelization Framework
Home-page: http://luispedro.org/software/jug
Author: Luis Pedro Coelho
Author-email: lpc@cmu.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.
        
        *Website*: `http://luispedro.org/software/jug <http://luispedro.org/software/jug>`_
        
        *Video*: On `vimeo <http://vimeo.com/8972696>`_ or `showmedo
        <http://showmedo.com/videotutorials/video?name=9750000;fromSeriesID=975>`_ 
Platform: Any
Classifier: Development Status :: 4 - Beta
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
Classifier: Intended Audience :: Science/Research
