dill

serialize all of Python

OTHER License

Downloads
92.1M
Stars
2.2K
Committers
46

Bot releases are hidden (Show)

dill - 0.3.8 Latest Release

Published by mmckerns 9 months ago

0.3.8 Release Notes

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 pip:
$ pip install dill

dill requires:
- python or pypy, >=3.8

Optional requirements:
- pyreadline, >=1.7.1 (install with $ pip install dill[readline])
- objgraph, >=1.7.2 (install with $ pip install dill[graph])

dill is licensed under 3-clause BSD:

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

To cite dill:

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

What's Changed

New Contributors

Full Changelog: https://github.com/uqfoundation/dill/compare/dill-0.3.7...0.3.8

dill - dill-0.3.7

Published by mmckerns about 1 year ago

dill 0.3.7 Release Notes

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 pip:
$ pip install dill

dill requires:
- python or pypy, >=3.7

Optional requirements:
- pyreadline, >=1.7.1 (install with $ pip install dill[readline])
- objgraph, >=1.7.2 (install with $ pip install dill[graph])

dill is licensed under 3-clause BSD:

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

To cite dill:

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

What's Changed

New Contributors

Full Changelog: https://github.com/uqfoundation/dill/compare/dill-0.3.6...dill-0.3.7

dill - dill-0.3.6

Published by mmckerns almost 2 years ago

dill 0.3.6 Release Notes

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 pip:
$ pip install dill

dill requires:
- python or pypy, >=3.7

Optional requirements:
- pyreadline, >=1.7.1 (install with $ pip install dill[readline])
- objgraph, >=1.7.2 (install with $ pip install dill[graph])

dill is licensed under 3-clause BSD:

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

To cite dill:

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

What's Changed

New Contributors

Full Changelog: https://github.com/uqfoundation/dill/compare/dill-0.3.5.1...dill-0.3.6

dill - dill-0.3.5.1

Published by mmckerns over 2 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 pip:
$ pip install dill

dill requires:
- python or pypy, ==2.7 or >=3.7

Optional requirements:
- pyreadline, >=1.7.1 (install with $ pip install dill[readline])
- objgraph, >=1.7.2 (install with $ pip install dill[graph])

dill is licensed under 3-clause BSD:

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

To cite dill:

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

Published by mmckerns over 2 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 pip:
$ pip install dill

dill requires:
- python or pypy, ==2.7 or >=3.7

Optional requirements:
- pyreadline, >=1.7.1 (install with $ pip install dill[readline])
- objgraph, >=1.7.2 (install with $ pip install dill[graph])

dill is licensed under 3-clause BSD:

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

To cite dill:

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

Published by mmckerns over 3 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:
$ pip install dill

dill requires:
- python, version == 2.7 *or* version >= 3.6 *or* pypy

Optional requirements:
- pyreadline, version >= 1.7.1 (install with $ pip install dill[readline])
- objgraph, version >= 1.7.2 (install with $ pip install dill[graph])

dill is licensed under 3-clause BSD:

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

To cite dill:

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

Published by mmckerns almost 4 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:
$ pip install dill

dill requires:
- python, version == 2.7 *or* version >= 3.5 *or* pypy

Optional requirements:
- pyreadline, version >= 1.7.1 (install with $ pip install dill[readline])
- objgraph, version >= 1.7.2 (install with $ pip install dill[graph])

dill is licensed under 3-clause BSD:

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

To cite dill:

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

Published by mmckerns over 4 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:
$ pip install dill

dill requires:
- python, version == 2.7 *or* version >= 3.5 *or* pypy

Optional requirements:
- pyreadline, version >= 1.7.1 (install with $ pip install dill[readline])
- objgraph, version >= 1.7.2 (install with $ pip install dill[graph])

dill is licensed under 3-clause BSD:

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

To cite dill:

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

Published by mmckerns about 5 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:
$ pip install dill

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

Optional requirements:
- pyreadline, version >= 1.7.1 (install with $ pip install dill[readline])
- objgraph, version >= 1.7.2 (install with $ pip install dill[graph])

dill is licensed under 3-clause BSD:

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

To cite dill:

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

Published by mmckerns over 5 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:
$ pip install dill

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

Optional requirements:
- pyreadline, version >= 1.7.1 (install with $ pip install dill[readline])
- objgraph, version >= 1.7.2 (install with $ pip install dill[graph])

dill is licensed under 3-clause BSD:

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

To cite dill:

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

Published by mmckerns over 5 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:
$ pip install dill

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

Optional requirements:
- pyreadline, version >= 1.7.1 (install with $ pip install dill[readline])
- objgraph, version >= 1.7.2 (install with $ pip install dill[graph])

dill is licensed under 3-clause BSD:

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

To cite dill:

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

Published by mmckerns over 6 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:
$ 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())
dill - dill-0.2.8.1

Published by mmckerns over 6 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:
$ 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())
dill - dill-0.2.8

Published by mmckerns over 6 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:
$ 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())
dill - dill-0.2.7.1

Published by mmckerns over 7 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 *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())
dill - dill-0.2.7

Published by mmckerns over 7 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 *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())
dill - dill-0.2.6

Published by mmckerns over 7 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 *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())
dill - dill-0.2.5

Published by mmckerns over 8 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.4

Published by mmckerns about 9 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.3

Published by mmckerns over 9 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