From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/dill/metadata.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-python/dill/metadata.xml (limited to 'dev-python/dill/metadata.xml') diff --git a/dev-python/dill/metadata.xml b/dev-python/dill/metadata.xml new file mode 100644 index 000000000000..3f1a5c1752db --- /dev/null +++ b/dev-python/dill/metadata.xml @@ -0,0 +1,20 @@ + + + + + python@gentoo.org + Python + + + Dill extends Python's 'pickle' module for serializing and de-serializing Python + objects to the majority of the built-in Python types. + Dill provides the user the same interface as the 'pickle' module, and also + includes some additional features. In addition to pickling Python objects, + dill provides the ability to save the state of an interpreter session in a + single command. + Dill can be used to store Python objects to a file, but the primary usage is to + send Python objects across the network as a byte stream. + + + baldeagleos-repo + -- cgit v1.3.1