Metadata-Version: 1.1
Name: shiver
Version: 0.12
Summary: A multi-threaded work queue for functions compiled with llvmpy
Home-page: http://github.com/iskandr/shiver
Author: Alex Rubinsteyn
Author-email: alexr@cs.nyu.edu
License: BSD
Description: 
        Shiver 
        =========
        
        A multi-threaded work queue for functions compiled with llvmpy. Give Shiver a function whose last argument is an index (or multiple indices) and an iteration space (i.e. a number of iterations, a tuple of integers, or even slice objects with start/stop/step fields), and shiver does all the messy plumbing of running your code in parallel.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Requires: llvmpy
Requires: numpy
Requires: scipy
