aboutsummaryrefslogtreecommitdiff
path: root/python/cloudpickle/slack-desc
diff options
context:
space:
mode:
authorGiancarlo Dessì <slack@giand.it>2022-04-02 10:33:35 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-02 18:19:09 +0700
commit91320a9ad3599887d026623d3061f7437ea4608b (patch)
tree7f858dc5837041e5d2e8eb48c350e35175894c90 /python/cloudpickle/slack-desc
parent0fc2276a1f053b9f5fd8581245993c09a68599ad (diff)
python/cloudpickle: Added (Python Module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cloudpickle/slack-desc')
-rw-r--r--python/cloudpickle/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/cloudpickle/slack-desc b/python/cloudpickle/slack-desc
new file mode 100644
index 0000000000..7af91f9423
--- /dev/null
+++ b/python/cloudpickle/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------------------------------------------------------|
+cloudpickle: cloudpickle (Extended pickling support for Python objects)
+cloudpickle:
+cloudpickle: cloudpickle makes it possible to serialize Python constructs not
+cloudpickle: supported by the default pickle module from the Python
+cloudpickle: standard library. It is especially useful for cluster computing
+cloudpickle: where Python code is shipped over the network to execute on
+cloudpickle: remote hosts, possibly close to the data.
+cloudpickle:
+cloudpickle: Homepage: https://pypi.org/project/cloudpickle/
+cloudpickle:
+cloudpickle: