From c42cd3e4ca91cf7a9ebd1c955b84e4b52b39c96e Mon Sep 17 00:00:00 2001 From: Alexander Verbovetsky Date: Sat, 17 Dec 2022 09:06:52 +0700 Subject: python/python3-dill: Added (python modules). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-dill/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-dill/README (limited to 'python/python3-dill/README') 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. -- cgit v1.2.3