Pakket: python3-dill (0.3.9-1)
Verwijzigingen voor python3-dill
Debian bronnen:
Het bronpakket dill downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Serialize all of Python 3 (almost)
Dill extends Python 3's 'pickle' module for serializing and de-serializing Python 3 objects to the majority of the built-in Python 3 types. Dill provides the user the same interface as the 'pickle' module, and also includes some additional features. In addition to pickling Python 3 objects, dill provides the ability to save the state of an interpreter session in a single command. Dill can be used to store Python 3 objects to a file, but the primary usage is to send Python 3 objects across the network as a byte stream.
Andere aan python3-dill gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- sug: python3-objgraph
- Module for exploring Python object reference graphs