aboutsummaryrefslogtreecommitdiff
path: root/python/python3-dill/README
diff options
context:
space:
mode:
authorAlexander Verbovetsky <alik@ejik.org>2022-12-17 09:06:52 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-17 09:06:52 +0700
commitc42cd3e4ca91cf7a9ebd1c955b84e4b52b39c96e (patch)
tree0e6313d805dc59f47a79c5b55ae6790dfdcf7cd5 /python/python3-dill/README
parent63f835de7e7ff5ed031e570774d45412b1b27d35 (diff)
python/python3-dill: Added (python modules).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-dill/README')
-rw-r--r--python/python3-dill/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-dill/README b/python/python3-dill/README
new file mode 100644
index 000000000000..11db9820a570
--- /dev/null
+++ b/python/python3-dill/README
@@ -0,0 +1,5 @@
+dill extends python’s pickle module for serializing and
+and de-serializing python objects to the majority of the
+built-in python types. Serialization is the process of converting
+an object to a byte stream, and the inverse of which is converting
+a byte stream back to a python object hierarchy.