dill

serialize all of Python

OTHER License

Downloads
92.1M
Stars
2.2K
Committers
46

Bot releases are hidden (Show)

dill - dill-0.2.2

Published by mmckerns almost 10 years ago

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:
$ easy_install dill

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

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())
dill - dill-0.2.1

Published by mmckerns over 10 years ago

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:
$ easy_install dill

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

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())
dill - dill 0.2

Published by mmckerns over 10 years ago

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:
$ easy_install dill

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

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())
dill - dill 0.2b1

Published by mmckerns almost 11 years ago

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:
$ easy_install dill

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

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())

dill - dill 0.2a1

Published by mmckerns almost 11 years ago

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:
$ easy_install dill

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

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())

Package Rankings
Top 1.22% on Pypi.org
Top 6.46% on Conda-forge.org
Top 14.13% on Anaconda.org
Top 4.39% on Spack.io
Badges
Extracted from project README
Downloads Conda Downloads Stack Overflow Support Documentation Status Build Status codecov
Related Projects