Attention

You are looking at outdated documentation for version 2.x. A newer version is available.

wsgidav.property_manager.ShelvePropertyManager

class wsgidav.property_manager.ShelvePropertyManager(storagePath)[source]

Bases: wsgidav.property_manager.PropertyManager

A low performance property manager implementation using shelve

ShelvePropertyManager.clear() Delete all entries.
ShelvePropertyManager.copyProperties(srcurl, …)
ShelvePropertyManager.getProperties(normurl)
ShelvePropertyManager.getProperty(normurl, …)
ShelvePropertyManager.moveProperties(srcurl, …)
ShelvePropertyManager.removeProperties(normurl)
ShelvePropertyManager.removeProperty(…[, …]) Specifying the removal of a property that does not exist is NOT an error.
ShelvePropertyManager.writeProperty(normurl, …)