editor for shelve files

David M. Cooke cookedm+news at physics.mcmaster.ca
Sun May 1 17:22:06 EDT 2005


"Amir  Michail" <amichail at gmail.com> writes:

> Hi,
>
> Is there a program for editing shelve databases?
>
> Amir

I doubt it. A shelf is basically just a file-based dictionary, where
the keys must be strings, while the values can be arbitrary objects.
An editor could handle the keys, but most likely not the values.

If you have an editor for arbitrary objects, you could probably make
an editor for shelfs easily enough :-)

Do you have a specific use in mind? That would be easier to handle
than the general case.

-- 
|>|\/|<
/--------------------------------------------------------------------------\
|David M. Cooke
|cookedm(at)physics(dot)mcmaster(dot)ca



More information about the Python-list mailing list