[ buster ]
[ Bron: joblib ]
Pakket: python-joblib (0.13.0-2+deb10u2) [security]
Verwijzigingen voor python-joblib
Debian bronnen:
Het bronpakket joblib downloaden:
Beheerder:
Externe bronnen:
- Homepage [packages.python.org]
Vergelijkbare pakketten:
tools to provide lightweight pipelining in Python
Joblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers:
- transparent disk-caching of the output values and lazy re-evaluation (memoize pattern) - easy simple parallel computing - logging and tracing of the execution
Joblib is optimized to be fast and robust in particular on large, long-running functions and has specific optimizations for numpy arrays.
This package contains the Python 2 version.
Andere aan python-joblib gerelateerde pakketten
|
|
|
|
-
- dep: procps
- /proc file system utilities
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
- dep: python (<< 2.8)
- dep: python (>= 2.7)
-
- rec: python-lz4
- Python interface to the lz4 compression library
-
- rec: python-numpy
- Numerical Python adds a fast array facility to the Python language
-
- rec: python-psutil
- module providing convenience functions for managing processes
-
- rec: python-pytest
- Simple, powerful testing in Python
-
- rec: python-simplejson
- simple, fast, extensible JSON encoder/decoder for Python 2.x