.. _spkg_joblib:

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
----------------

https://pypi.org/project/joblib/

Type
----

optional


Dependencies
------------

- $(PYTHON)
- $(PYTHON_TOOLCHAIN)

Version Information
-------------------

package-version.txt::

    1.5.3


Equivalent System Packages
--------------------------

(none known)

However, these system packages will not be used for building Sage
because ``spkg-configure.m4`` has not been written for this package;
see :issue:`27330` for more information.

