Contents

dill 0.3.8

0

serialize all of Python

serialize all of Python

Stars: 2127, Watchers: 2127, Forks: 171, Open Issues: 179

The uqfoundation/dill repo was created 10 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 2127 github stars!

How to Install dill

You can install dill using pip

pip install dill

or add it to a project with poetry

poetry add dill

Package Details

Author
Mike McKerns
License
BSD-3-Clause
Homepage
https://github.com/uqfoundation/dill
PyPi:
https://pypi.org/project/dill/
Documentation:
http://dill.rtfd.io
GitHub Repo:
https://github.com/uqfoundation/dill

Classifiers

  • Scientific/Engineering
  • Software Development
No  dill  pypi packages just yet.

Errors

A list of common dill errors.

Code Examples

Here are some dill code examples and snippets.

GitHub Issues

The dill package has 179 open issues on GitHub

  • How to improve the efficiency of serialization?
  • Support recursive and empty closure cells
  • Serializing a class inheiriting a Cython class only perserves the Cython class
  • Ability to force by-value serialization of classes?
  • RecursionError for local functions, referencing themselves.
  • Pickling dataclass with default_factory
  • Serialization by definition/value instead of reference
  • Pickling, especially unpickling, is not thread-safe.
  • TypeError: can't pickle _abc_data objects
  • PicklingError with custom classes after cloudpickle

See more issues on GitHub