Skip to content

dill-0.2.8.1

Compare
Choose a tag to compare
@mmckerns mmckerns released this 21 Jun 03:38
· 357 commits to master since this release

With dill, you can serialize almost anything in python, even an entire interpreter session. If you encounter any pickling failures, dill also has some good tools to help you discover why your object fails to pickle.

dill installs with easy_install or pip:
$ pip install dill

dill requires:
- python, version >=2.5 *or* version >= 3.1 *or* pypy

Optional requirements:
- objgraph, version >= 1.7.2

dill is licensed under 3-clause BSD:

>>> import dill
>>> print (dill.license())

To cite dill:

>>> import dill
>>> print (dill.citation())