dill 0.3.9
0
serialize all of Python
Contents
serialize all of Python
Stars: 2261, Watchers: 2261, Forks: 180, Open Issues: 182The uqfoundation/dill
repo was created 11 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 2261 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
Related Packages
Errors
A list of common dill errors.
Code Examples
Here are some dill
code examples and snippets.
GitHub Issues
The dill package has 182 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