dill-0.1a1

Michael McKerns mmckerns at caltech.edu
Tue Jun 29 04:20:06 CEST 2010


dill: a utility for serialization of python objects

http://www.its.caltech.edu/~mmckerns/software.html


# Version
0.1a1: 06/28/10

# Highlights
First alpha version for initial release.

Dill is capable of pickling the following standard types::
    - none, type, bool, int, long, float, complex, str, unicode,
    - tuple, list, dict, file, buffer, builtin,
    - both old and new style classes,
    - instances of old and new style classes,
    - set, frozenset, array, lambda,
    - standard functions, functions with yields, nested functions
    - cell, method, unboundmethod, module, code,
    - dictproxy, methoddescriptor, getsetdescriptor, memberdescriptor,
    - wrapperdescriptor, xrange, slice,
    - notimplemented, ellipsis, quit

Dill also provides the capability to::
    - save and load python interpreter sessions

Documentation:
  - User's Guide with tutorials
  - online Reference Manual

 ---

Mike McKerns
California Institute of Technology
http://www.its.caltech.edu/~mmckerns



More information about the Python-announce-list mailing list