python3-dill

Serialize all of Python 3 (almost)

Description

Dill extends Python 3's 'pickle' module for serializing and de-serializing Python 3 objects to the majority of the built-in Python 3 types. Dill provides the user the same interface as the 'pickle' module, and also includes some additional features. In addition to pickling Python 3 objects, dill provides the ability to save the state of an interpreter session in a single command. Dill can be used to store Python 3 objects to a file, but the primary usage is to send Python 3 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 python3-dill