Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-dill
From: Adam Ciarcinski
Date: 2022-10-25 20:44:40
Message id: 20221025184440.37401FA90@cvs.NetBSD.org
Log Message:
py-dill: updated to 0.3.6
dill-0.3.6
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
Files: