Language

Package: python-joblib @ 1.1.0

Synopsis

Using Python functions as pipeline jobs

Description

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.

Home page
https://joblib.readthedocs.io/
Location
gnu/packages/python-xyz.scm (line: 4133, column: 2)
License

Lint warnings

LinterMessageLocation
formatting

Look for formatting issues in the source

line 4151 is way too long (91 characters)
formatting

Look for formatting issues in the source

line 4152 is way too long (94 characters)