python-dill

Serialize all of Python (almost)

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. 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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/uqfoundation/dill


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-dill