Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-cloudpickle-3.0.0-8.el10_0 RPM for noarch

From EPEL 10.1 for aarch64 / Packages / p

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.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Jul 19