diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-08-18 07:44:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-18 07:44:14 +0700 |
commit | 5cbe34ba7f29bdd4dea3aa48b235f37506f0951b (patch) | |
tree | a040610e111690dce87f8b2839f786106f4830cc /python/python-joblib/slack-desc | |
parent | cd921fbcc54d28e82f830b287460cdd389e14bc0 (diff) | |
download | slackbuilds-5cbe34ba7f29bdd4dea3aa48b235f37506f0951b.tar.gz |
python/python-joblib: Added (lightweight pipelining in Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-joblib/slack-desc')
-rw-r--r-- | python/python-joblib/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-joblib/slack-desc b/python/python-joblib/slack-desc new file mode 100644 index 0000000000..a0f856dad9 --- /dev/null +++ b/python/python-joblib/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-joblib: python-joblib (lightweight pipelining in Python) +python-joblib: +python-joblib: Joblib is a set of tools to provide lightweight pipelining in Python. +python-joblib: Joblib is optimized to be fast and robust on large data in particular +python-joblib: and has specific optimizations for numpy arrays. +python-joblib: +python-joblib: +python-joblib: +python-joblib: +python-joblib: +python-joblib: |