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.Dill 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.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
0.3.1.1-bp156.3.2 info | GA Release | 2023-07-24 | 15 SP6 |
|
|
0.3.1.1-bp155.2.12 info | GA Release | 2023-05-22 | 15 SP5 |
|
|
0.3.1.1-bp154.1.94 info | GA Release | 2022-05-12 | 15 SP4 |
|
|
0.3.1.1-bp153.1.18 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
0.3.1.1-bp152.1.8 info | GA Release | 2020-04-17 | 15 SP2 |
|
|
0.2.9-bp151.1.2 info | GA Release | 2019-07-17 | 15 SP1 |
|
|