diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-11-12 07:02:04 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 22:33:02 +0700 |
commit | 47a09c72edce59083a9a10a3cf3f7d723cacfc43 (patch) | |
tree | e89dae2680625ab71986354679e3ec23dcd8d0d3 /python/python3-threadpoolctl/slack-desc | |
parent | 73090b5aae26d70582d3c13caa98fff07219b24e (diff) |
python/python3-threadpoolctl: Added (Python helpers)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-threadpoolctl/slack-desc')
-rw-r--r-- | python/python3-threadpoolctl/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-threadpoolctl/slack-desc b/python/python3-threadpoolctl/slack-desc new file mode 100644 index 0000000000000..e13beb9f4eab1 --- /dev/null +++ b/python/python3-threadpoolctl/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------------------------------------------------------| +python3-threadpoolctl: python3-threadpoolctl (Python helpers) +python3-threadpoolctl: +python3-threadpoolctl: threadpoolctl contains Python helpers to limit the number of threads +python3-threadpoolctl: used in native libraries that handle their own internal threadpool. +python3-threadpoolctl: +python3-threadpoolctl: +python3-threadpoolctl: +python3-threadpoolctl: +python3-threadpoolctl: +python3-threadpoolctl: +python3-threadpoolctl: |