python3-cloudpickle

Extended pickling support for Python 3 objects

Description

cloudpickle makes it possible to serialize Python constructs not supported by the default `pickle` module from the Python standard library.

cloudpickle is especially useful for cluster computing where Python expressions are shipped over the network to execute on remote hosts, possibly close to the data.

Among other things, `cloudpickle` supports pickling for lambda expressions, functions and classes defined interactively in the `__main__` module.

This contains the Python 3 version.

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/cloudpipe/cloudpickle


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