[BACK]Return to ALTERNATIVES CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-dill

File: [cvs.NetBSD.org] / pkgsrc / textproc / py-dill / ALTERNATIVES (download)

Revision 1.1, Wed Apr 20 10:40:29 2022 UTC (23 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2

py-dill: added version 0.3.4

dill extends python's pickle module for serializing and de-serializing python
objects to the majority of the built-in python types. Serialization is the
process of converting an object to a byte stream, and the inverse of which is
converting a byte stream back to a python object hierarchy.

bin/get_objgraph @PREFIX@/bin/get_objgraph-@PYVERSSUFFIX@
bin/undill @PREFIX@/bin/undill-@PYVERSSUFFIX@