joblib stubs
Project description
joblib-stubs
Type stubs for the joblib library.
[!NOTE]
This package provides type hints only and contains no runtime code.
For the actual runtime implementation, installjoblib.
[!WARNING]
This package does not include type stubs forjoblib.externals(bundledcloudpickleandloky).
Installation
pip install joblib-stubs
Usage
Once installed, type checkers will automatically discover and use these stubs when analyzing code that uses joblib:
from math import sqrt
from typing import assert_type
from joblib import Parallel, delayed
# Your type checker will now understand joblib's types
results = Parallel(n_jobs=2)(delayed(sqrt)(i**2) for i in range(10))
assert_type(results, list[float])
License
MIT - see LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file joblib_stubs-1.5.3.1.20260117.tar.gz.
File metadata
- Download URL: joblib_stubs-1.5.3.1.20260117.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d420f9e26636df01e1bda851bf5bce9a8dbd6db84f08afe1dfdb963e6651e724
|
|
| MD5 |
ad93ceb80ceecf40c344ac5d1e94bca7
|
|
| BLAKE2b-256 |
5e4ea4801406630955fe935d9d99efef72fd7398543f51fe5a787be80c235b4f
|
File details
Details for the file joblib_stubs-1.5.3.1.20260117-py3-none-any.whl.
File metadata
- Download URL: joblib_stubs-1.5.3.1.20260117-py3-none-any.whl
- Upload date:
- Size: 21.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef9f570617b232263c8166f5b4351a5dcc90669d8b07e7e2cd7b25c3b0f26d5f
|
|
| MD5 |
bdbaf807073cb2386b03f6577cba65c4
|
|
| BLAKE2b-256 |
377c67ada9621b3c93caa75aba1a0b651dae988b22cdea93b33e7e49261364f5
|