Name: | python3-dill |
---|---|
Version: | 0.3.5.1 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 648387 |
License: | BSD |
RPM: | python3-dill-0.3.5.1-1.el9.noarch.rpm |
Source RPM: | python-dill-0.3.5.1-1.el9.src.rpm |
Build Date: | Wed Jun 15 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/uqfoundation/dill |
Summary: | Serialize all of Python |
Description: | 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. |