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 py310-dill, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-dill
To see what files were installed by py310-dill, run:
port contents py310-dill
To later upgrade py310-dill, run:
sudo port selfupdate && sudo port upgrade py310-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.