Pedit 2007-10-15 (Default branch) |
|
|
Wednesday October 17, 2007. 03:42 PM FreshMeat
The pickle module implements a fundamental, but
powerful algorithm for serializing and
de-serializing a Python object structure. Pedit is
an interactive editor for such data structures,
making them handy on the command line. The code is
a work in progress, but is currently useful.
License: BSD License (revised)
Changes:
An environment bug was fixed. A bug on file
creation was fixed.
|