
dill 0.4.1
0
serialize all of Python
Contents
serialize all of Python
Stars: 2429, Watchers: 2429, Forks: 189, Open Issues: 199The uqfoundation/dill repo was created 12 years ago and the last code push was 3 weeks ago.
The project is very popular with an impressive 2429 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 199 open issues on GitHub
- ImportError: sys.meta_path is None, Python is likely shutting down
- Pickle _contextvars.Context objects, for threads in Python 3.14+
pythonfix