[ buster ]
[ 源代码: dill ]
软件包:python-dill(0.2.9-1)
Serialize all of Python (almost)
Dill extends Python's 'pickle' module for serializing and de-serializing Python objects to the majority of the built-in Python types. Dill provides the user the same interface as the 'pickle' module, and also includes some additional features. In addition to pickling Python objects, dill provides the ability to save the state of an interpreter session in a single command. Dill can be used to store Python objects to a file, but the primary usage is to send Python objects across the network as a byte stream.
其他与 python-dill 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- sug: python-objgraph (>= 1.8.1)
- Module for exploring Python object reference graphs