summaryrefslogtreecommitdiffstats
path: root/python/python3-dill/README
diff options
context:
space:
mode:
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 0000000000..11db9820a5
--- /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.