Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047626
en ru br
ALT Linux repos
S:2.2.1-alt1

Group :: Development/Python
RPM: python3-module-cloudpickle

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.2.1-alt1
Build date: 24 january 2023, 09:38 ( 61.5 weeks ago )
Size: 57.85 Kb

Home page:   https://pypi.org/project/cloudpickle

License: BSD
Summary: Extended pickling support for Python 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.

Current maintainer: Stanislav Levin

List of contributors

List of rpms provided by this srpm:

  • python3-module-cloudpickle
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin