Skip to main content

joblib stubs

Project description

joblib-stubs

License: MIT PyPI version python version

Type stubs for the joblib library.

[!NOTE]
This package provides type hints only and contains no runtime code.
For the actual runtime implementation, install joblib.

[!WARNING]
This package does not include type stubs for joblib.externals (bundled cloudpickle and loky).

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

joblib_stubs-1.5.3.1.20260117.tar.gz (14.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

joblib_stubs-1.5.3.1.20260117-py3-none-any.whl (21.4 kB view details)

Uploaded Python 3

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

Hashes for joblib_stubs-1.5.3.1.20260117.tar.gz
Algorithm Hash digest
SHA256 d420f9e26636df01e1bda851bf5bce9a8dbd6db84f08afe1dfdb963e6651e724
MD5 ad93ceb80ceecf40c344ac5d1e94bca7
BLAKE2b-256 5e4ea4801406630955fe935d9d99efef72fd7398543f51fe5a787be80c235b4f

See more details on using hashes here.

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

Hashes for joblib_stubs-1.5.3.1.20260117-py3-none-any.whl
Algorithm Hash digest
SHA256 ef9f570617b232263c8166f5b4351a5dcc90669d8b07e7e2cd7b25c3b0f26d5f
MD5 bdbaf807073cb2386b03f6577cba65c4
BLAKE2b-256 377c67ada9621b3c93caa75aba1a0b651dae988b22cdea93b33e7e49261364f5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page