| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-cloudpickle | Distribution: Fedora Project |
| Version: 3.0.0 | Vendor: Fedora Project |
| Release: 8.el10_0 | Build date: Fri Aug 9 21:29:22 2024 |
| Group: Unspecified | Build host: buildvm-s390x-08.s390.fedoraproject.org |
| Size: 127075 | Source RPM: python-cloudpickle-3.0.0-8.el10_0.src.rpm |
| Packager: Fedora Project | |
| Url: https://github.com/cloudpipe/cloudpickle | |
| Summary: Extended pickling support for Python objects | |
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.
BSD-3-Clause
* Fri Jul 19