This package browser is in early development. Mind the rough edges.

python-dill

Serialize all of 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. Hence, it would be feasible to save a interpreter session, close the interpreter, ship the pickled file to another computer, open a new interpreter, unpickle the session and thus continue from the saved state of the original interpreter session.

Installation

Install the latest version of python-dill as follows:

guix install python-dill

Or install a particular version:

guix install python-dill@0.4.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-dill about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-dill'><img src='https://packages.guix.gnu.org/packages/python-dill/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-dill/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-dill)

Example Org:

[[https://packages.guix.gnu.org/packages/python-dill][https://packages.guix.gnu.org/packages/python-dill/badges/latest-version.svg]]