--- id: joblib version: "1.5.3" license: BSD-3-Clause license_treatment: permissive maintenance: active --- # joblib — Lightweight pipelining with Python functions License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install joblib uv add joblib poetry add joblib ## Description |PyPi| |CIStatus| |ReadTheDocs| |Codecov| .. |PyPi| image:: https://badge.fury.io/py/joblib.svg :target: https://badge.fury.io/py/joblib :alt: Joblib version .. |CIStatus| image:: https://github.com/joblib/joblib/actions/workflows/test.yml/badge.svg :target: https://github.com/joblib/joblib/actions/workflows/test.yml?query=branch%3Amain :alt: CI status .. |ReadTheDocs| image:: https://readthedocs.org/projects/joblib/badge/?version=latest :target: https://joblib.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. |Codecov| image:: https://codecov.io/gh/joblib/joblib/branch/main/graph/badge.svg :target: https://codecov.io/gh/joblib/joblib :alt: Codecov coverage The homepage of joblib with user documentation is located on: https://joblib.readthedocs.io Getting the latest code ======================= To get the latest code using git, simply type:: git clone https://github.com/joblib/joblib.git If you don't have git installed, you can download a zip of the latest code: https://github.com/joblib/joblib/archive/refs/heads/main.zip Installing ========== You can use `pip` to install joblib from any directory:: pip install... [View on SkillFed](https://skillfed.io/packages/joblib) · [View on PyPI](https://pypi.org/project/joblib/)