Serialize all of python
Dill extends python's 'pickle' module for serializing and de-serializing python objects to the majority of the built-in python types. Serialization is the process of converting an object to a byte stream, and the inverse of which is converting a byte stream back to on python object hierarchy.
$
pkg install py311-dillOrigin
devel/py-dill
Size
1.26MiB
License
BSD3CLAUSE
Maintainer
yuri@FreeBSD.org
Dependencies
1 packages
Required by
15 packages