Metadata-Version: 2.4
Name: joblib-stubs
Version: 1.5.3.0.20251223
Summary: joblib stubs
Project-URL: Repository, https://github.com/phi-friday/joblib-stubs
Author-email: phi <phi.friday@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Stubs Only
Requires-Python: >=3.11
Requires-Dist: typing-extensions>=4.4.0
Provides-Extra: mypy
Requires-Dist: mypy>=1.19.1; extra == 'mypy'
Provides-Extra: mypy-strict
Requires-Dist: mypy==1.19.1; extra == 'mypy-strict'
Requires-Dist: mypy>=1.19.1; extra == 'mypy-strict'
Description-Content-Type: text/markdown

# joblib-stubs

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI version](https://badge.fury.io/py/joblib-stubs.svg)](https://badge.fury.io/py/joblib-stubs)
[![python version](https://img.shields.io/pypi/pyversions/joblib-stubs.svg)](#)

Warning: This library provides type hints only.
If you need the runtime package,
you can find it [`joblib`](https://github.com/joblib/joblib).

## how to install
```shell
$ pip install joblib-stubs
```

## TODO
* [ ] remove all `Incomplete`
* [ ] `np.memmap`??
* [ ] tests?

## License

MIT, see [LICENSE](https://github.com/phi-friday/joblib-stubs/blob/main/LICENSE).
