Metadata-Version: 1.1
Name: pytaskpool
Version: 1.0b1
Summary: A simple multiprocessing function pool
Home-page: https://github.com/govlog/pytaskpool
Author: AMIAUD Christopher
Author-email: christopher.amiaud@gmail.com
License: GPL
Download-URL: https://github.com/govlog/pytaskpool/tarball/0.1
Description: A simple asynchronous multiprocessing function launcher
        =======================================================
        
        A simple project aim to facilitate the asynchronous execution of python function,
        with a way to get the results sorted, or in order of finished task.
Keywords: simple multiprocessing function pool
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
