joblib: Lightweight pipelining with Python functions¶
Description¶
Joblib is a set of tools to provide lightweight pipelining in Python. It provides utilities for transparent disk-caching of function output values and easy simple parallel computing. It is optimized to be fast and robust for large data, with specific optimizations for numpy arrays.
License¶
BSD-3-Clause
Upstream Contact¶
Type¶
optional
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information¶
package-version.txt:
1.5.3
Equivalent System Packages¶
(none known)