slackbuilds_ponce/python/cloudpickle/README
Giancarlo Dessì 91320a9ad3
python/cloudpickle: Added (Python Module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-02 18:19:09 +07:00

3 lines
192 B
Text

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.