| Name: | python3-joblib |
|---|---|
| Version: | 1.4.2 |
| Release: | 5.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 2271701 |
| License: | BSD-3-Clause |
| RPM: | python3-joblib-1.4.2-5.el10_0.noarch.rpm |
| Source RPM: | python-joblib-1.4.2-5.el10_0.src.rpm |
| Build Date: | Tue Mar 25 2025 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://joblib.readthedocs.io |
| 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: * transparent disk-caching of the output values and lazy re-evaluation (memorize pattern) * easy simple parallel computing * logging and tracing of the execution |