PACKAGE NAME: cloudpickle-3.1.1-x86_64-1_slackdce.txz PACKAGE LOCATION: ./python/cloudpickle PACKAGE SIZE (compressed): 32 K PACKAGE SIZE (uncompressed): 180 K PACKAGE REQUIRED: python3-flit_core,python3-installer,python3-pyproject-hooks,python3-build PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: cloudpickle: cloudpickle (Extended pickling support for Python objects) cloudpickle: cloudpickle: cloudpickle makes it possible to serialize Python constructs not cloudpickle: supported by the default pickle module from the Python cloudpickle: standard library. It is especially useful for cluster computing cloudpickle: where Python code is shipped over the network to execute on cloudpickle: remote hosts, possibly close to the data. cloudpickle: cloudpickle: Homepage: https://pypi.org/project/cloudpickle/ cloudpickle: cloudpickle: