Metadata-Version: 1.0
Name: dispy
Version: 3.15
Summary: Python framework for distributed and parallel computing.
Home-page: http://dispy.sourceforge.net
Author: Giridhar Pemmasani
Author-email: pgiri@yahoo.com
License: The MIT License: http://www.opensource.org/licenses/mit-license.php
Description: dispy is a framework for parallel execution of computations by
        distributing them across multiple processors on a single machine,
        among many machines in a cluster, grid or cloud. The computations can
        be standalone programs or python functions. dispy is implemented with
        asynchronous sockets and coroutines (without threads) using polling
        mechanisms epoll, kqueue and poll, and Windows I/O Completion Ports
        (IOCP) for high performance and scalability.
        
        dispy is licensed under MIT license.
        
        See index.html and other HTML files in this package for more
        information.
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
