Package isnLib :: Package img :: Module ShelfDB
[show private | hide private]
[frames | no frames]

Module isnLib.img.ShelfDB

Shelf image database implementation

Relies on bsddb or another failover dbm-style engine for persisting image metadata and structure.
Classes
Category Not yet used, and probably never will This class is a node for the category tree
ShelfDB This class implements the metadata/structured image database using python's shelve module.

Variable Summary
dict default_shelf_opts = {'check_new_files': 1, 'check_new_f...

Variable Details

default_shelf_opts

Type:
dict
Value:
{'check_new_files': 1,
 'check_new_files_interval': 600,
 'maintain_interval': 60,
 'sync_interval': 1800}                                                

Generated by Epydoc 2.0 on Thu Dec 25 10:59:57 2003 http://epydoc.sf.net