serialize all of python extends python's pickle module
dill extends python's pickle module for serializing and de-serializing python objects to the majority of the built-in python types. It provides the user the same interface as the pickle module, and also includes some additional features. In addition to pickling python objects, dill provides the ability to save the state of an interpreter session in a single command.
dill extends python's pickle module for serializing and de-serializing python objects to the majority of the built-in python types. It provides the user the same interface as the pickle module, and also includes some additional features. In addition to pickling python objects, dill provides the ability to save the state of an interpreter session in a single command.
To install py311-dill, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-dill
To see what files were installed by py311-dill, run:
port contents py311-dill
To later upgrade py311-dill, run:
sudo port selfupdate && sudo port upgrade py311-dill
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.