slackbuilds_ponce/python/cloudpickle/README

4 lines
192 B
Text
Raw Normal View History

cloudpickle is an extended pickling support for Python objects.
It makes possible to serialize Python constructs not supported by
the default pickle module from the Python standard library.