summaryrefslogtreecommitdiffstats
path: root/python/python3-dill/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-dill/slack-desc')
-rw-r--r--python/python3-dill/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-dill/slack-desc b/python/python3-dill/slack-desc
new file mode 100644
index 0000000000..08754155b3
--- /dev/null
+++ b/python/python3-dill/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-dill: python3-dill ( serializing and de-serializing python objects)
+python3-dill:
+python3-dill: dill extends python's pickle module for serializing and
+python3-dill: and de-serializing python objects to the majority of the
+python3-dill: built-in python types. Serialization is the process of converting
+python3-dill: an object to a byte stream, and the inverse of which is converting
+python3-dill: a byte stream back to a python object hierarchy.
+python3-dill:
+python3-dill: Homepage: https://github.com/uqfoundation/dill
+python3-dill:
+python3-dill: