Name : python-module-joblib Relocations: (not relocatable) Version : 0.9.0 Vendor: ALT Linux Team Release : alt1.b3.1.1 Build Date: Tue Mar 15 11:36:35 2016 Install date: (not installed) Build Host: imz-sisyphus.hasher.altlinux.org Group : Development/Python Source RPM: (none) Size : 988658 License: BSD Packager : Eugeny A. Rostovtsev (REAL) URL : http://pypi.python.org/pypi/joblib Summary : Lightweight pipelining: using Python functions as pipeline jobs Description : Joblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers: 1. transparent disk-caching of the output values and lazy re-evaluation (memoize pattern) 2. easy simple parallel computing 3. logging and tracing of the execution Joblib is optimized to be fast and robust in particular on large data and has specific optimizations for numpy arrays.